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

8 lines
172 B
Plaintext
Raw Normal View History

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