hexo-theme-keep/layout/about.ejs

11 lines
273 B
Plaintext

<div class="about-container">
<div class="about-content markdown-body">
<%- page.content %>
</div>
<div class="about-comments">
<% if (page.comments) { %>
<%- partial('_partial/comments/comment') %>
<% } %>
</div>
</div>