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

9 lines
243 B
Plaintext

<% if (site.categories.length){ %>
<section class="widget-wrap">
<h3 class="widget-title"><%= __('categories') %></h3>
<div class="widget">
<%- list_categories({show_count: theme.show_count}) %>
</div>
</section>
<% } %>