<% 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 { title = __(page.title); } %> <% if (title) { %> <%= title %> | <% } %> <%= theme.base_info.title || config.title || 'Keep Theme' %> <%- css('css/style') %> <%- favicon_tag(theme.style.favicon) %> <%- __css('css/font-awesome.min.css') %> <%- export_config() %>