archive.ejs 253 字节
Newer Older
V
V.Kolotyuk 已提交
1 2 3 4 5 6 7 8
<% if (site.posts.length){ %>
  <div class="widget-wrap">
    <h3 class="widget-title"><%= __('archive_a') %></h3>
    <div class="widget">
      <%- list_archives({show_count: theme.show_count, type: theme.archive_type}) %>
    </div>
  </div>
<% } %>