%
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 */%>
<%/* Modified for cloudinary compatibility */%>
<%- open_graph_cloudinary() %>
<% if (theme.rss) { %>
<% } %>
<%/* Fallback function for SRI */%>
<%- js('js/sri.min') %>
<%- css('css/typing') %>
<% if (theme.icons) { %>
<% } %>