首页
<%= site.name %> <% if (tag) { %> (<%= tag %>) <% } %>
<% if (tags) { %>
标签: <% Object.entries(tags).forEach(([tagName, { posts, staticPath }]) => { %>
[<%= tagName %>(<%= posts.length %>)]
<% }) %>
<% } %>
<% posts.forEach(function(post){ %>
<%= post.meta.title || post.filenameWithoutExt %>
摘要:<%= post.summary %>
编辑于<%= post.dateFormat.mtime %>
<%= (post.meta.tag || []).map(i => `[${i}]`).join(' ') %>
共<%= post.text.length %>个字
<% }); %>
第 <%= page %> 页 (共 <%= pageTotal %> 页) <% if (!isFirstPage) { %>
上一页
<% } %> <% if (!isEndPage) { %>
下一页
<% } %>