From 5cdb6a4c88d810509197f37f9720df56d78458bf Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Tue, 10 Dec 2024 17:12:47 -0600 Subject: [PATCH] try add language --- layouts/podcast.11ty.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/podcast.11ty.js b/layouts/podcast.11ty.js index b012433..83b7203 100644 --- a/layouts/podcast.11ty.js +++ b/layouts/podcast.11ty.js @@ -65,7 +65,8 @@ class PodcastFeed { if (episode.data.podcast.transcriptUrl) { item.customElements.push({ 'podcast:transcript': {_attr:{ url:`${episode.data.podcast.transcriptUrl}`, - type:"application/srt" + type:"application/srt", + language:"en-us" }} }) console.log()