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

6 lines
134 B
Plaintext
Raw Normal View History

2016-02-29 14:25:06 +00:00
<% if (post.tags && post.tags.length){ %>
<%- list_tags(post.tags, {
show_count: false,
class: 'article-tag'
}) %>
<% } %>