This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
spdocker/themes/spd/layout/_widget/category.ejs
2018-03-07 15:58:54 +11:00

7 lines
196 B
Plaintext

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