We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
修改twikoo.ejs中<div id="twikoo"></div>为<div id="tcomment"></div>
twikoo.ejs
<div id="twikoo"></div>
<div id="tcomment"></div>
在 article-bottom.ejs中
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> <% } %>
The text was updated successfully, but these errors were encountered:
建议优化一下评论框的CSS
Sorry, something went wrong.
No branches or pull requests
修改
twikoo.ejs
中<div id="twikoo"></div>
为<div id="tcomment"></div>
在
article-bottom.ejs
中下增加
The text was updated successfully, but these errors were encountered: