<% var title = []; if (page.current > 1) title.push(__('page', page.current)); if (page.title) title.push(page.title); if (page.category) title.push(page.category); if (page.tag) title.push(page.tag); if (page.archive){ if (page.year) title.push(__('archive_b', page.year + (page.month ? '/' + page.month : ''))); else title.push(__('archive_a')); } title.push(config.title); %> <%= title.join(' | ') %> <% if (config.author){ %><% } %> <% if (page.description){ %> <% } else if (config.description){ %> <% } else if (page.excerpt){ %> <% } else if (page.content){ %> <% } %> <% if (page.keywords){ %><% } %> <% if (page.title){ %> <% } %> <% if(page.cover) { %> <% } else { %> <% } %> <% if (page.description){ %> <% } %> <% if (theme.rss){ %> <% } %> <% if (theme.favicon){ %> <% } %>