<% if(post.music){ %>
<% } %>
<% if(post.title){ %>

<%= post.title %>

<% } else if (post.date) { %>

<%= date(post.date, config.date_format) %>

<% } %> <% if (config.leancloud && config.leancloud.app_id && config.leancloud.app_key) { %>
<% } else { %>
<% } %> <%- partial('categories',{post:post}) %>
<%- post.content %>
<% if(post.prev || post.next){ %>
<% if(post.prev){ %>
 上一篇

<% if (post.prev.tags && post.prev.tags.length && post.prev.tags.each) { %> <% var items = []; post.prev.tags.each(function(item){ items.push('' + item.name + ''); }); %>
<%- items.join(', ') %>
<% } %>
<% } %> <% if(post.next){ %>
<%} %>
<%} %>

<% if (post && ((theme.recommended_posts && theme.recommended_posts.autoDisplay == false && post.recommended_posts != false) || (post.comments && (config.disqus_shortname || config.livere_shortname || config.valine)) )) { %>
<% if (theme.recommended_posts && theme.recommended_posts.autoDisplay == false && post.recommended_posts != false) { %> <%- partial('post/recommended_posts', {page: post, site: site}) %> <% } %> <% if (post.comments) { %>

 评论

<% if (config.disqus_shortname) { %>
⚠️ 无法加载评论系统,请确保您的网络能够正常访问 Disqus
<% } %> <% if (config.livere_uid){ %>
<% } %> <% if (config.valine){ %> <% if (config.valine.enable && config.valine.app_id && config.valine.app_key){ %>
文明评论,请勿灌水。为了便于区分和接收回复提醒,请您在留言时填写一下昵称邮箱
<% } %> <% } %> <% } %>
<% } %>