diff --git a/layout/common/head.ejs b/layout/common/head.ejs
index 19ebf62..ede3f9b 100644
--- a/layout/common/head.ejs
+++ b/layout/common/head.ejs
@@ -29,8 +29,8 @@
}) %>
<%- meta(page) %>
- <% if (theme.rss) { %>
-
+ <% if (theme.customize && theme.customize.social_links && theme.customize.social_links.rss) { %>
+
<% } %>
<% if (theme.customize.favicon) { %>
@@ -45,4 +45,4 @@
<%- js('vendor/jquery/2.1.3/jquery.min') %>
<%- partial('plugin/scripts', { isHead: true }) %>
-
\ No newline at end of file
+