From e1d9bd76490bf8df8119b9918cfecf1c9c6a0538 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Wed, 19 Apr 2023 12:25:49 +0800 Subject: [PATCH] hexo-rss --- themes/next/components/SocialButton.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/next/components/SocialButton.js b/themes/next/components/SocialButton.js index b60e7a50..c8e8c45d 100644 --- a/themes/next/components/SocialButton.js +++ b/themes/next/components/SocialButton.js @@ -27,9 +27,9 @@ const SocialButton = () => { {BLOG.CONTACT_EMAIL && } - + {BLOG.ENABLE_RSS && - + } }