<% let 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; } else if (page.title === 'about') { title = __('about'); } %> <% if (title){ %><%= title %> | <% } %><%= config.title %> <% if (theme.rss){ %> <% } %> <% if (theme.favicon){ %> <%- favicon_tag(theme.favicon) %> <% } %> <%- css('css/style') %> <%- export_config() %>