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

8 lines
162 B
Plaintext
Raw Normal View History

<% if (post.tags && post.tags.length) { %>
<%- list_tags(post.tags, {
2018-09-10 09:21:59 +00:00
show_count: false,
class: 'article-tag',
transform: titlecase
2018-09-10 09:21:59 +00:00
}) %>
<% } %>