7 lines
196 B
Plaintext
7 lines
196 B
Plaintext
|
<!-- Categories -->
|
||
|
<% if (site.categories.length){ %>
|
||
|
<h5><%= __('categories') %></h3>
|
||
|
<div class="widget">
|
||
|
<%- list_categories({show_count: theme.show_count}) %>
|
||
|
</div>
|
||
|
<% } %>
|