Skip to content

Commit

Permalink
Update gitalk.html
Browse files Browse the repository at this point in the history
  • Loading branch information
pianfan authored Jan 25, 2024
1 parent 91250e3 commit 6c2fdcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/gitalk.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% if site.gitalk %}
<div class="comments">
<div id="gitalk-container"></div>
<script>
<!-- <script>
const gitalk = new Gitalk({
clientID: "{{ site.gitalk.clientID }}",
clientSecret: "{{ site.gitalk.clientSecret }}",
Expand All @@ -16,6 +16,6 @@
})
gitalk.render('gitalk-container')
</script>
</script> -->
</div>
{% endif %}

0 comments on commit 6c2fdcd

Please sign in to comment.