vulcan/themes/gstyle/layout/widget/archive.ejs
Martin Donnelly 4789944309 added theme
2017-09-01 11:16:00 +01:00

9 lines
261 B
Plaintext

<% 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>
<% } %>