tag.ejs 134 B

123456
  1. <% if (post.tags && post.tags.length){ %>
  2. <%- list_tags(post.tags, {
  3. show_count: false,
  4. class: 'article-tag'
  5. }) %>
  6. <% } %>