Skip to content

Commit

Permalink
modified: _includes/comments.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Mega-MU committed Jan 4, 2023
1 parent 52d6bf0 commit a02644b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _includes/comments.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
<script>
var gitalk = new Gitalk ({
id: window.location.pathname, // Ensure uniqueness and length less than 50
clientID: '{ { site.comment.gitalk.clientId } }',
clientSecret: '{ { site.comment.gitalk.clientSecret } }',
repo: '{ { site.comment.gitalk.repo } }',
owner: '{ { site.comment.gitalk.username } }',
admin: ['{ { site.comment.gitalk.username } }'],
clientID: '{{ site.comment.gitalk.clientId }}',
clientSecret: '{{ site.comment.gitalk.clientSecret }}',
repo: '{{ site.comment.gitalk.repo }}',
owner: '{{ site.comment.gitalk.username }}',
admin: ['{{ site.comment.gitalk.username }}'],
distractionFreeMode: false // Facebook-like distraction free mode
})
gitalk.render('gitalk-container')
Expand Down

0 comments on commit a02644b

Please sign in to comment.