<% 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 %> <%- open_graph({twitter_id: theme.twitter, google_plus: theme.google_plus, fb_admins: theme.fb_admins, fb_app_id: theme.fb_app_id}) %> <% if (theme.rss){ %> <% } %> <% if (theme.favicon){ %> <% } %> <%- css('css/style') %> <%- css('font-awesome/css/font-awesome.min') %> <%- partial('google-analytics') %> <% if( theme.customstylesheet ){ %> <%- css('css/'+theme.customstylesheet) %> <% } %>