<%- include('./_blocks/head', { isHome: false,siteTitle: themeConfig.siteName }) %>

<%= post.title %>

<%- post.content %>

 

<% if (site.customConfig.showtag) { %> <% post.tags.forEach((tag) => { %> #<%= tag.name %>  <% }); %> <% } %> <% if (site.customConfig.homeback) { %>
返回首页
<% } %> <% if (site.customConfig.twikoo) { %>

 

<% } %>
<%- include('./_blocks/scripts') %>