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

7 lines
136 B
Plaintext
Raw Normal View History

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