<% if (!is_month()) { %>
<%- list_archives({type: 'monthly', order: '1', show_count: true, format: 'YYYY年MM月'}) %>
<% } else { %>
<%- partial('partial/post/list', {start: 1}) %>
<%- uk_paginator({total: page.total, current: page.current, sideSize: 3, midSize: 6, base: url_for(page.path), mainClasses: ["mb-0"]}) %>
<% } %>
<%- partial('partial/side', {'noCategories': false, 'noTags': false}) %>