From ee5f2bbd15765d2350acbe2286fe8f08b9777a9f Mon Sep 17 00:00:00 2001 From: Ruipeng Zhang Date: Sun, 17 Jul 2016 10:10:53 +0800 Subject: [PATCH 1/2] 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 + From b7ba6ec0ef17cdbf9c241144caf9d804d2e02b0b Mon Sep 17 00:00:00 2001 From: Ruipeng Zhang Date: Sun, 17 Jul 2016 19:07:03 +0800 Subject: [PATCH 2/2] fix: rss link rel in the --- layout/common/head.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/common/head.ejs b/layout/common/head.ejs index 6c54397..ede3f9b 100644 --- a/layout/common/head.ejs +++ b/layout/common/head.ejs @@ -30,7 +30,7 @@ <%- meta(page) %> <% if (theme.customize && theme.customize.social_links && theme.customize.social_links.rss) { %> - + <% } %> <% if (theme.customize.favicon) { %>