修改twikoo.ejs中<div id="twikoo"></div>为<div id="tcomment"></div>
在 article-bottom.ejs中
<% if (theme.waline.enable) { %>
<div id="post_comment" class="card shadow-sm">
<%- partial('_comment/waline') %>
</div>
<% } %>
下增加
<% if (theme.twikoo.enable) { %>
<div id="post_comment" class="card shadow-sm">
<%- partial('_comment/twikoo') %>
</div>
<% } %>
修改
twikoo.ejs中<div id="twikoo"></div>为<div id="tcomment"></div>在
article-bottom.ejs中下增加