commit
c63fbdd8e3
|
@ -29,8 +29,8 @@
|
|||
}) %>
|
||||
<%- meta(page) %>
|
||||
|
||||
<% if (theme.rss) { %>
|
||||
<link rel="alternative" href="<%- theme.rss %>" title="<%= config.title %>" type="application/atom+xml" />
|
||||
<% if (theme.customize && theme.customize.social_links && theme.customize.social_links.rss) { %>
|
||||
<link rel="alternate" href="<%- theme.customize.social_links.rss %>" title="<%= config.title %>" type="application/atom+xml" />
|
||||
<% } %>
|
||||
|
||||
<% if (theme.customize.favicon) { %>
|
||||
|
@ -45,4 +45,4 @@
|
|||
|
||||
<%- js('vendor/jquery/2.1.3/jquery.min') %>
|
||||
<%- partial('plugin/scripts', { isHead: true }) %>
|
||||
</head>
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue