diff --git a/themes/hexo/components/SocialButton.js b/themes/hexo/components/SocialButton.js
index 84bc85b2..1b199e7b 100644
--- a/themes/hexo/components/SocialButton.js
+++ b/themes/hexo/components/SocialButton.js
@@ -27,9 +27,9 @@ const SocialButton = () => {
{BLOG.CONTACT_EMAIL &&
}
-
+ {BLOG.ENABLE_RSS &&
-
+ }
}
diff --git a/themes/matery/components/SocialButton.js b/themes/matery/components/SocialButton.js
index 84bc85b2..1b199e7b 100644
--- a/themes/matery/components/SocialButton.js
+++ b/themes/matery/components/SocialButton.js
@@ -27,9 +27,9 @@ const SocialButton = () => {
{BLOG.CONTACT_EMAIL &&
}
-
+ {BLOG.ENABLE_RSS &&
-
+ }
}
diff --git a/themes/medium/components/SocialButton.js b/themes/medium/components/SocialButton.js
index 361d7470..041c0f7a 100644
--- a/themes/medium/components/SocialButton.js
+++ b/themes/medium/components/SocialButton.js
@@ -26,9 +26,9 @@ const SocialButton = () => {
{BLOG.CONTACT_EMAIL &&
}
-
+ {BLOG.ENABLE_RSS &&
-
+ }
}
export default SocialButton
diff --git a/themes/simple/components/SocialButton.js b/themes/simple/components/SocialButton.js
index b60e7a50..c8e8c45d 100644
--- a/themes/simple/components/SocialButton.js
+++ b/themes/simple/components/SocialButton.js
@@ -27,9 +27,9 @@ const SocialButton = () => {
{BLOG.CONTACT_EMAIL &&
}
-
+ {BLOG.ENABLE_RSS &&
-
+ }
}