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()