vulcan/themes/gstyle/layout/widget/archive.ejs

9 lines
261 B
Plaintext
Raw Permalink Normal View History

2017-09-01 10:16:00 +00:00
<% if (site.posts.length){ %>
<section 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>
</section>
<% } %>