<% 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 { %>
总字数 <%= wordcount(post.content) %>
|
预计阅读时间 <%= min2read(post.content) %> 分钟
<%- post.content %> <% } %> <% if ((theme.reward_type === 2 || (theme.reward_type === 1 && post.reward)) && !index){ %> <% } %>
<% if (!index){ %> <%- partial('post/nav') %> <% } %> <%- partial('_partial/aside') %> <% if (!index && post.comments){ %> <% if (theme.changyan_appid && theme.changyan_conf){ %> <%- partial('post/changyan', { key: post.slug, title: post.title, url: config.url+url_for(post.path) }) %> <% } %> <% if (theme.disqus || config.disqus_shortname){ %>
<% } if(theme.gitalk.enable || theme.valine.enable){ %>
<% } %> <% } %>