Update gitalk.ejs

This commit is contained in:
hankzhangcn 2020-11-27 15:50:58 +08:00 committed by GitHub
parent af0bc34076
commit def8609767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
<% if (theme.gitalk.enable && post.comment!=false) { %>
<% if (theme.gitalk.enable && post.comments) { %>
<div class="gitalk" id="gitalk-container"></div>
<%- css('https://cdn.jsdelivr.net/npm/gitalk@1.6.2/dist/gitalk.css') %>
<%- js('https://cdn.jsdelivr.net/npm/gitalk@1.6.2/dist/gitalk.min.js') %>