hexo-theme-ayer/layout/categories.ejs

8 lines
217 B
JavaScript
Raw Permalink 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>
2020-05-28 15:13:00 +00:00
<div class="categories-box">
<%- list_categories() %>
</div>
2019-12-03 11:37:44 +00:00
<% } %>
</section>