From b4115e3e712090eb85d22874978d0c47b226297e Mon Sep 17 00:00:00 2001 From: Doge Date: Sat, 29 May 2021 09:46:13 +0800 Subject: Fix iTuens Summary field --- scripts/feed.js | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/feed.js') diff --git a/scripts/feed.js b/scripts/feed.js index 1b1b368..e974475 100644 --- a/scripts/feed.js +++ b/scripts/feed.js @@ -75,6 +75,7 @@ hexo.extend.generator.register("feed", (locals) => { }, itunesAuthor: post.podcast.authors.join(', '), itunesExplicit: theme.rss.config.explicit, + itunesSummary: hstrip(post.excerpt), itunesSubtitle: post.podcast.subtitle, itunesDuration: post.podcast.duration }); -- cgit v1.2.3