diff options
Diffstat (limited to 'scripts/feed.js')
-rw-r--r-- | scripts/feed.js | 1 |
1 files changed, 1 insertions, 0 deletions
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 }); |