Merge branch 'master' of https://github.com/Shen-Yu/hexo-theme-ayer
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<% if (theme.gitalk.enable) { %>
|
||||
<% 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') %>
|
||||
@@ -18,4 +18,4 @@
|
||||
|
||||
gitalk.render('gitalk-container')
|
||||
</script>
|
||||
<% } %>
|
||||
<% } %>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<% if (!index && theme.leancloud && theme.leancloud.enable){ %>
|
||||
<% if (!index && theme.leancloud && theme.leancloud.enable && post.comments){ %>
|
||||
<!-- minivaline评论 -->
|
||||
<div id="mvcomments-box">
|
||||
<div id="mvcomments"></div>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<% if (!index && theme.leancloud && theme.leancloud.enable){ %>
|
||||
<% if (!index && theme.leancloud && theme.leancloud.enable && post.comments){ %>
|
||||
<!-- valine评论 -->
|
||||
<div id="vcomments-box">
|
||||
<div id="vcomments"></div>
|
||||
|
Reference in New Issue
Block a user