Fechin 6 years ago
parent
commit
a9cf65d708
1 changed files with 6 additions and 0 deletions
  1. 6 0
      layout/_partial/post/tag.ejs

+ 6 - 0
layout/_partial/post/tag.ejs

@@ -0,0 +1,6 @@
+<% if (post.tags && post.tags.length){ %>
+  <%- list_tags(post.tags, {
+    show_count: false,
+    class: 'post-tags'
+  }) %>
+<% } %>