<% if (param.postIndex === 0 || !param.index){ %> <%- partial('_partial/aside') %> <% } %>
<% if (post.link || post.title){ %>
<%- partial('post/title', {class_name: 'article-title'}) %> <% if (!post.noDate){ %> <%- partial('post/date', {class_name: 'archive-article-date', date_format: config.date_format+(post.excerpt && param.index ? '':' '+config.time_format)}) %> <% } %>
<% } %>
<% if (post.excerpt && param.index){ %> <%- post.excerpt %> <% } else { %> <% if (!page.pageid){ %>
总字数 <%= wordcount(post.content) %>
预计阅读时间 <%= min2read(post.content) %> 分钟
<% } %> <%- post.content %> <% } %> <% if ((theme.reward_type === 2 || (theme.reward_type === 1 && post.reward)) && !param.index){ %> <% } %>
<% if (!param.index){ %> <%- partial('post/nav') %> <% } %>