<%= site.name %>
首页
<% if (render.introduce) { %>
<%- render.introduce %>
<% } %>
<% if (tag) { %>
[<%= tag %>]
<% } else { %>
Writing
<% } %> <% posts.forEach(function(post){ %>
<%= post.dateFormat.mtime %>
<%= post.meta.title || post.filenameWithoutExt %>
<% }); %>
<% if (!isFirstPage) { %>
<% } %>
<%= page %>/<%= pageTotal %>
<% if (!isEndPage) { %>
<% } %>
<% if (tags) { %>
Tags
<% Object.entries(tags).forEach(([tagName, { posts, staticPath }]) => { %>
<%= tagName %>(<%= posts.length %>)
<% }) %>
<% } %>