Skip to content

Commit

Permalink
Fix gitalk issue
Browse files Browse the repository at this point in the history
  • Loading branch information
halfrost committed Feb 15, 2021
1 parent 14d0942 commit 9de9488
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/themes/book/layouts/partials/docs/gitalk.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
admin: ['{{ .Site.Params.Gitalk.owner }}'],
id: md5(location.pathname), // Ensure uniqueness and length less than 50
distractionFreeMode: false, // Facebook-like distraction free mode
body: location.href // GitHub issue body.
body: location.href, // GitHub issue body.
proxy: '{{ .Site.Params.Gitalk.proxy }}' // Gitalke proxy
});
(function() {
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
Expand Down

0 comments on commit 9de9488

Please sign in to comment.