%
var title = page.title;
if (is_archive()) {
title = __('sidebar.archive');
if (is_month()) {
title += ': ' + page.year + '/' + page.month;
}
else if (is_year()) {
title += ': ' + page.year;
}
}
else if (is_category()) {
title = __('title.category') + ': ' + page.category;
}
else if (is_tag()) {
title = __('title.tag') + ': ' + page.tag;
}
%>
<% if(page.tags && page.tags.each) { page.tags.each(function(tag){ %> <% })} %>
<% if( (is_post()) ) { %>
<% } %>
<% if(theme.footer.sns.twitter) { %>
<% } %>