diff options
-rw-r--r-- | _config.yml | 1 | ||||
-rw-r--r-- | scripts/feed.js | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 0d86089..4eb5da7 100644 --- a/_config.yml +++ b/_config.yml @@ -7,6 +7,7 @@ logo: enable: false lightmode: null darkmode: null + rss: null # Header size # Select from: ["fullheight", "large", "medium", "default"] 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, |