自动摘要
<% if (post.excerpt) { %> <%- post.excerpt %> <% } else if (post.description) { %> <%- strip_html(post.description) %> <% } else { %> <%- post.content %> <% } %>
<%-page.content%>
<% if(theme.copyright.enable){ %>
<%= __('Author') %>: <%- config.author %>
<%= __('Link') %>: <%- page.permalink %>
<%= __('License') %>: <%- theme.copyright.license_text %>