hexo-theme-keep/layout/about.ejs

13 lines
355 B
Plaintext
Raw Normal View History

2020-04-30 00:34:31 +08:00
<div class="fade-in-down-animation">
<div class="about-container">
<div class="about-content markdown-body">
<%- page.content %>
</div>
<div class="about-comments">
2020-10-29 15:42:58 +08:00
<% if (page.comment) { %>
<%- partial('_partial/comment/comment') %>
2020-04-30 00:34:31 +08:00
<% } %>
</div>
</div>
</div>