<% if (post.link || post.title){ %>
<%- partial('post/title', {class_name: 'article-title'}) %>
<% } %> <% if (index || is_post()) { %> <% } %> <% if (theme.toc && is_post()){ %> <%- partial('post/tocbot') %> <% } %> <% if (theme.excerpt_all&&index){ %> <% }else{ %>
<%- partial('post/justifiedGallery') %> <%- partial('post/gallery') %> <% if (post.excerpt && index){ %> <%- post.excerpt %> <% if (theme.excerpt_link){ %> <%= theme.excerpt_link %> <% } %> <% } else { %> <%- post.content %> <% } %> <% if ((theme.reward_type === 2 || (theme.reward_type === 1 && post.reward)) && !index && !post.no_reward){ %>
<%= __('post.reward') %>
<% } %>
<% } %> <% if (((theme.copyright_type === 2) || (theme.copyright_type === 1 && post.copyright)) && !index){ %>
  • <%= __('post.copyright_title') %>: <% if (post.copyright_content) { %> <%= post.copyright_content %> <% } else { %> <%= __('post.copyright_content') %> <% } %>
<% } %>
<% if (!index){ %> <%- partial('post/nav') %> <% } %> <% if (theme.valine && theme.valine.enable && !post.no_valine){ %> <%- partial('post/valine', { key: post.slug, title: post.title, url: config.url+url_for(post.path) }) %> <% } %> <% if (is_post()) { %> <%- partial('post/gitalk') %> <% } %> <% if (theme.minivaline && theme.minivaline.enable && !post.no_minivaline){ %> <%- partial('post/minivaline') %> <% } %>