From ee5f2bbd15765d2350acbe2286fe8f08b9777a9f Mon Sep 17 00:00:00 2001 From: Ruipeng Zhang Date: Sun, 17 Jul 2016 10:10:53 +0800 Subject: [PATCH] fix: rss link address in the --- layout/common/head.ejs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layout/common/head.ejs b/layout/common/head.ejs index 19ebf62..6c54397 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 +