<% 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 && index ? '':' '+config.time_format)}) %> <% } %> <% } %> <% if (post.excerpt && 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)) && !index){ %> 赏 <%= theme.reward_wording%> <% if(theme.alipay) {%> 支付宝 <% } %> <% if(theme.weixin) {%> 微信 <% } %> <% } %> <%if(post.top){%> 置顶 <% } %> <%- partial('post/tag') %> <%- partial('post/category') %> <% if (index){ %> <%= __('show_full_text') %> >> <% } %> <% if (!index && theme.share_jia){ %> <%- partial('post/share') %> <% } %>