hexo-theme-ayer/layout/categories.ejs

6 lines
201 B
Plaintext
Raw Normal View History

2019-12-03 11:37:44 +00:00
<section class="outer">
<% if (site.categories.length){ %>
<h1 class="page-type-title"><%= __('categories') %></h1>
<%- list_categories({show_count: theme.show_count}) %>
<% } %>
</section>