summaryrefslogtreecommitdiff
path: root/scripts/feed.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/feed.js')
-rw-r--r--scripts/feed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/feed.js b/scripts/feed.js
index f8b917c..87e672b 100644
--- a/scripts/feed.js
+++ b/scripts/feed.js
@@ -34,7 +34,7 @@ hexo.extend.generator.register("feed", (locals) => {
copyright: theme.copyright,
language: config.language.slice(0, 2),
siteUrl: config.url,
- imageUrl: theme.logo.lightmode,
+ imageUrl: theme.logo.rss,
itunesSubtitle: config.subtitle,
itunesSummary: config.description,
itunesAuthor: config.author,