blog/themes/chameleon/layout/_partial/post/category.ejs

11 lines
258 B
Plaintext
Raw Normal View History

<% if (post.categories && post.categories.length) { %>
2018-09-10 09:21:59 +00:00
<div class="article-category">
<%- list_categories(post.categories, {
show_count: false,
class: 'article-category',
2018-09-10 09:21:59 +00:00
style: 'none',
separator: '/'
}) %>
</div>
<% } %>