hexo-theme-ayer/layout/categories.ejs
2019-12-03 19:37:44 +08:00

6 lines
201 B
Plaintext

<section class="outer">
<% if (site.categories.length){ %>
<h1 class="page-type-title"><%= __('categories') %></h1>
<%- list_categories({show_count: theme.show_count}) %>
<% } %>
</section>