diff options
Diffstat (limited to 'scripts/feed.js')
-rw-r--r-- | scripts/feed.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/feed.js b/scripts/feed.js index 1dc4300..3c567f3 100644 --- a/scripts/feed.js +++ b/scripts/feed.js @@ -80,7 +80,8 @@ hexo.extend.generator.register("feed", (locals) => { itunesExplicit: theme.rss.config.explicit, itunesSummary: hstrip(post.excerpt), itunesSubtitle: post.podcast.subtitle, - itunesDuration: post.podcast.duration + itunesDuration: post.podcast.duration, + itunesImage: post.podcast.cover, }); }); |