tag.ejs 134 字节
Newer Older
G
GitLab 已提交
1 2 3 4 5 6
<% if (post.tags && post.tags.length){ %>
  <%- list_tags(post.tags, {
    show_count: false,
    class: 'article-tag'
  }) %>
<% } %>