2017-01-02 16:00:46 +08:00

7 lines
253 B
Plaintext

<article id="post__content">
<h1 id="post__title" data-identifier="<%= date(page.date) %>"><%= page.title %></h1>
<%- page.content %>
</article>
<% if (page.comment || theme.page_comment) { %>
<%- partial('_partial/comments',{post: page}) %>
<% } %>