From c2da19e13d5b38c465192c0d4ac0437c01c4fb22 Mon Sep 17 00:00:00 2001 From: Doge Date: Fri, 21 May 2021 02:28:20 +0800 Subject: Add RSS feeding logo --- scripts/feed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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, -- cgit v1.2.3