<% var title = page.title; if (is_archive()) { title = '文章归档'; if (is_month()){ title += ': ' + page.year + '/' + page.month; } else if (is_year()) { title += ': ' + page.year; } } else if (is_category()) { title = '`' + page.category + '`分类下的文章'; } else if (is_tag()) { title = '`' + page.tag + '`标签下的文章'; } %> <% if (title) { %><%= title %> | <% } %><%= config.title %> <% if (theme.rss) { %> <% } %> <% if (config.favicon) { %> <% } else { %> <% } %> <%- css('css/style') %> <%- partial('baidu-analytics') %>