Merge pull request #1 from ppoffice/master

...
pull/184/head
Problem233 2016-07-20 02:11:44 -05:00 committed by GitHub
commit c63fbdd8e3
1 changed files with 3 additions and 3 deletions

View File

@ -29,8 +29,8 @@
}) %> }) %>
<%- meta(page) %> <%- meta(page) %>
<% if (theme.rss) { %> <% if (theme.customize && theme.customize.social_links && theme.customize.social_links.rss) { %>
<link rel="alternative" href="<%- theme.rss %>" title="<%= config.title %>" type="application/atom+xml" /> <link rel="alternate" href="<%- theme.customize.social_links.rss %>" title="<%= config.title %>" type="application/atom+xml" />
<% } %> <% } %>
<% if (theme.customize.favicon) { %> <% if (theme.customize.favicon) { %>