<% let 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 = __('category') + ': ' + page.category } else if (is_tag()) { title = __('tag') + ': ' + page.tag } %> <% if (title) { %><%= title %> | <% } %><%= config.title %> <%/* Add Open Graph meta tags for easier sharing on social networking sites */%> <%- open_graph() %> <% if (theme.rss) { %> <% } %> <%/* Fallback function for SRI */%> <%- js('js/sri.min') %> <%- css('css/typing') %> <% if (theme.icons) { %> <% } %>