<% var title = page.title; if (is_archive()) { title = 'Archives'; 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 %> <% if (page.keywords && config.keywords){ %> <% } else if (page.keywords) { %> <% } else if (config.keywords) { %> <% } %> <%- favicon_tag(config.favicon) %> <%- feed_tag(config.feed.path, {title: config.title}) %> <%- css('style.css') %> <%- css('fontawesome-free-5.6.3-web/css/all.min.css') %> <% if (config.google_fonts){ %> <% } %> <% if (config.baidu_analytics_key) { %> <% } %>