<%= tag.name %>
<% posts.forEach(function(post) { %>
- <%= post.title %>
<% if (site.customConfig.wordcount) { %>
<%= post.stats.words %>字
<% } %>
<%= post.dateFormat %>
<% }); %>
<%- include('./_blocks/pagination') %>
<% if (site.customConfig.homeback) { %>
<% } %>