Skip to content

Commit 9de9488

Browse files
committed
Fix gitalk issue
1 parent 14d0942 commit 9de9488

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/themes/book/layouts/partials/docs/gitalk.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
admin: ['{{ .Site.Params.Gitalk.owner }}'],
1313
id: md5(location.pathname), // Ensure uniqueness and length less than 50
1414
distractionFreeMode: false, // Facebook-like distraction free mode
15-
body: location.href // GitHub issue body.
15+
body: location.href, // GitHub issue body.
16+
proxy: '{{ .Site.Params.Gitalk.proxy }}' // Gitalke proxy
1617
});
1718
(function() {
1819
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {

0 commit comments

Comments
 (0)