mirror of
https://github.com/tangkunyin/hexo-theme-jsimple.git
synced 2026-01-25 14:56:28 +00:00
7 lines
253 B
Plaintext
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}) %>
|
|
<% } %> |