fix: rss link rel in the <head>

This commit is contained in:
Ruipeng Zhang 2016-07-17 19:07:03 +08:00 committed by GitHub
parent ee5f2bbd15
commit b7ba6ec0ef
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<%- meta(page) %>
<% if (theme.customize && theme.customize.social_links && theme.customize.social_links.rss) { %>
<link rel="alternative" href="<%- theme.customize.social_links.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) { %>