<% var pageTitle = page.title || config.subtitle || ''; if (is_archive()) pageTitle = ' Archives '; if (is_tag()) pageTitle = 'Tag: ' + page.tag; if (is_category()) pageTitle = 'Category: ' + page.category; if (is_month()) pageTitle += ': ' + page.month + '/' + page.year; if (is_year()) pageTitle += ': ' + page.year; pageTitle += ' [ ' + config.title + ' ]'; %> <%=pageTitle%> <% if (theme.favicon){ %> <% } %> <% if(config.author){ %> <% } %> <% if(config.subtitle){ %> <% } %> <% if(config.description){ %> <% } %> <% if(config.keywords){ %> <% } %> <% if (theme.rss){ %> <% } %> <% if (theme.stylesheets !== undefined && theme.stylesheets.length > 0) { %> <% theme.stylesheets.forEach(url => { %> <% }); %> <% } %>