From 5bcc2712fbc1ed3ac7fa56166176c984001dce50 Mon Sep 17 00:00:00 2001 From: 135e2 <135e2@135e2.tk> Date: Sun, 29 May 2022 10:32:22 +0800 Subject: feat: support itunesImage per podcast --- scripts/feed.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') 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, }); }); -- cgit v1.2.3