Skip to content

Commit

Permalink
Fix iTuens Summary field
Browse files Browse the repository at this point in the history
  • Loading branch information
guiqiqi committed May 29, 2021
1 parent f15a0c0 commit b4115e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/feed.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
});
Expand Down

0 comments on commit b4115e3

Please # to comment.