<% if (!is_month()) { %>
<%- list_archives({type: 'monthly', order: '1', show_count: true, format: 'YYYY年MM月'}) %>
<% } else { %>
<%- partial('partial/post/list', {start: 1}) %>
<% } %>
<%- partial('partial/side', {'noCategories': false, 'noTags': false}) %>