hexo-theme-keep/layout/_partial/empty-page.ejs

13 lines
370 B
Plaintext
Raw Normal View History

2020-04-30 00:34:31 +08:00
<div class="fade-in-down-animation">
<div class="empty-page-container">
<div class="empty-page-content markdown-body">
2020-04-30 00:34:31 +08:00
<%- page.content %>
</div>
<div class="empty-page-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>