hexo-theme-keep/layout/about.ejs

11 lines
273 B
Plaintext
Raw Normal View History

<div class="about-container">
<div class="about-content markdown-body">
<%- page.content %>
</div>
<div class="about-comments">
<% if (page.comments) { %>
2020-04-14 21:18:37 +08:00
<%- partial('_partial/comments/comment') %>
<% } %>
</div>
</div>