commit
c63fbdd8e3
|
@ -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) { %>
|
||||||
|
|
Loading…
Reference in New Issue