% if (theme.favicon){ %>
<% } %>
<% if(config.author){ %>
<% } %>
<% if(config.subtitle){ %>
<% } %>
<% if(config.description){ %>
<% } %>
<% if(config.keywords){ %>
<% } %>
<% if (theme.rss){ %>
<% } %>
<%
var title = page.title;
if (is_archive()){
title = __('archive');
if (is_month()){
title += ': ' + page.year + '/' + page.month;
} else if (is_year()){
title += ': ' + page.year;
}
} else if (is_category()){
title = __('category') + ': ' + page.category;
} else if (is_tag()){
title = __('tag') + ': ' + page.tag;
}
%>
<% if (title){ %><%= title %> | <% } %><%= config.title %>
<%- partial('partial/_third-party/google-analytics') %>
<%- partial('partial/_third-party/baidu-analytics') %>
<% if (theme.baidu_push.enable){ %>
<%- partial('partial/_third-party/baidu-push') %>
<% } %>
<% if (theme.fonts.font_link){ %>
<% } %>
<% if(theme.title_font.font_link){ %>
<% } %>
<% if (theme.stylesheets !== undefined && theme.stylesheets.length > 0) { %>
<% theme.stylesheets.forEach(url => { %>
<% }); %>
<% } %>
<% if(theme.todark.enable){ %>
<% } %>