hexo-theme-quiet/layout/post.ejs

6 lines
201 B
Plaintext

<%- partial('_partial/header',{name:'post'}) %>
<div class="post">
<%- partial('_partial/post_head') %>
<%- partial('_partial/post_centent') %>
<%- partial('_partial/post_paging') %>
</div>