2020-04-14 21:18:37 +08:00
|
|
|
<div class="comments-container">
|
2021-01-25 10:37:39 +08:00
|
|
|
<div id="comment-anchor"></div>
|
|
|
|
<div class="comment-area-title">
|
2022-09-26 23:18:57 +08:00
|
|
|
<i class="fas fa-comments"></i> <%- __('comments') %>
|
2021-01-19 23:20:27 +08:00
|
|
|
</div>
|
2021-01-28 17:44:01 +08:00
|
|
|
<% if (theme.comment.enable === true && theme.comment.hasOwnProperty(theme.comment.use)) { %>
|
|
|
|
|
|
|
|
<% if (theme.comment.use === 'valine') { %>
|
|
|
|
<%- partial('valine') %>
|
|
|
|
|
|
|
|
<% } else if (theme.comment.use === 'gitalk') { %>
|
|
|
|
<%- partial('gitalk') %>
|
|
|
|
|
|
|
|
<% } else if (theme.comment.use === 'twikoo') { %>
|
|
|
|
<%- partial('twikoo') %>
|
|
|
|
|
|
|
|
<% } %>
|
2020-04-14 21:18:37 +08:00
|
|
|
<% } %>
|
2020-10-25 10:48:07 +08:00
|
|
|
</div>
|