This repository has been archived on 2022-11-21. You can view files and clone it, but cannot push or open issues or pull requests.
kspace-static/src/textes/themes/blog/layout/_widget/category.ejs

9 lines
242 B
Plaintext

<% if (site.categories.length){ %>
<div class="card card-info">
<div class="card-header"><%= __('categories') %></div>
<div class="card-menu">
<%- list_categories({show_count: theme.show_count}) %>
</div>
</div>
<% } %>