hexo/themes/Klise/layout/partials/_comments/index.ejs

6 lines
222 B
Plaintext
Raw Normal View History

2023-09-25 15:58:56 +08:00
<div class="dis">
<% if (theme.comments.button && page.comment) { %>
<div class="btn" id="comments-btn">给我留言</div>
<% } %>
<%- partial('partials/_comments/' + theme.comments.type) %>
</div>