archive.ejs 253 B

12345678
  1. <% if (site.posts.length){ %>
  2. <div class="widget-wrap">
  3. <h3 class="widget-title"><%= __('archive_a') %></h3>
  4. <div class="widget">
  5. <%- list_archives({show_count: theme.show_count, type: theme.archive_type}) %>
  6. </div>
  7. </div>
  8. <% } %>