<% var title = page.title; if (is_archive()) { title = __('archive_a'); if (is_month()) { title += ': ' + page.year + '/' + page.month; } else if (is_year()) { title += ': ' + page.year; } } else if (is_category()) { title = __('categories.ejs') + ': ' + page.categories; } else if (is_tag()) { title = __('tag') + ': ' + page.tag; } %> <% if (page.keywords){ %> <% } else if (config.keywords){ %> <% } %> <% if (page.description){ %> <% } else if (config.description){ %> <% } %> <% if (title){ %><%= title %> | <% } %> <%= config.title %> <% if (theme.favicon){ %> <% } %> <%- css('css/style') %> <% if (theme.fancybox){ %> <%- css('fancybox/jquery.fancybox.min') %> <% } %> <%- js('/js/pace.min.js') %>