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
valine: enable: true appid: # your leancloud application appid appkey: # your leancloud application appkey notify: false verify: false placeholder: 写下你的评论吧~ avatar: retro guest_info: nick,mail,link pageSize: 10 language: visitor: true comment_count: true
<% if (!index && post.comments && (theme.valine.enable || theme.duoshuo_shortname || theme.disqus_shortname || theme.uyan_uid || theme.wumii || theme.livere_shortname)){ %> <%- partial('comment') %> <% } %>
<% if (theme.valine.appid && theme.valine.appkey) {%> <script src='//unpkg.com/valine/dist/Valine.min.js'></script> <div id="vcomments"></div> <script> var notify = '<%= theme.valine.notify %>' == true ? true : false; var verify = '<%= theme.valine.verify %>' == true ? true : false; window.onload = function() { new Valine({ el: '#vcomments', notify: notify, verify: verify, app_id: "<%= theme.valine.appid %>", app_key: "<%= theme.valine.appkey %>", placeholder: "<%= theme.valine.placeholder %>", avatar:"<%= theme.valine.avatar %>" }); } </script> <% } else if (theme.duoshuo_shortname){ %> ...
The text was updated successfully, but these errors were encountered:
您好,按照上述添加为什么没有显示评论?
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: