13 lines
435 B
Plaintext
13 lines
435 B
Plaintext
<div class="comments-container">
|
|
<div id="comment-anchor">
|
|
<i class="fas fa-comments"> <%- __('comments') %></i>
|
|
</div>
|
|
<% if (theme.comment.valine.enable === true) { %>
|
|
<%- partial('valine') %>
|
|
<% } else if (theme.comment.gitalk.enable === true) { %>
|
|
<%- partial('gitalk') %>
|
|
<% } else if (theme.comment.twikoo.enable === true) { %>
|
|
<%- partial('twikoo') %>
|
|
<% } %>
|
|
</div>
|