We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5546a99 commit e22f83fCopy full SHA for e22f83f
_layouts/post.html
@@ -83,7 +83,7 @@ <h2 class="subheading">{{ page.subtitle }}</h2>
83
84
85
<!--Gitalk评论start -->
86
- <!--{% if site.gitalk.enable %}-->
+ {% if site.gitalk.enable %}
87
<!-- 引入Gitalk评论插件 -->
88
<link rel="stylesheet" href="https://unpkg.com/gitalk/dist/gitalk.css">
89
<script src="https://unpkg.com/gitalk@latest/dist/gitalk.min.js"></script>
@@ -103,7 +103,7 @@ <h2 class="subheading">{{ page.subtitle }}</h2>
103
});
104
gitalk.render('gitalk-container');
105
</script>
106
- <!--{% endif %}-->
+ {% endif %}
107
<!-- Gitalk end -->
108
109
{% if site.disqus_username %}
0 commit comments