%
let title = config.title;
if (page.title !== undefined) {
if (!is_home()) title = page.title + ' | ' + title;
}
%>
<%= title %>
<% if (theme.favicon) { %>
<%- favicon_tag(theme.favicon) %>
<% } %>
<% if (config.keywords) { %>
<% } %>
<% if (config.description) { %>
<% } %>
<% if (theme.rss.enable) { %>
<% } %>
<%- css('css/style.min.css') %>