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

7 lines
135 B
Plaintext
Raw Normal View History

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