We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d0942 commit 9de9488Copy full SHA for 9de9488
website/themes/book/layouts/partials/docs/gitalk.html
@@ -12,7 +12,8 @@
12
admin: ['{{ .Site.Params.Gitalk.owner }}'],
13
id: md5(location.pathname), // Ensure uniqueness and length less than 50
14
distractionFreeMode: false, // Facebook-like distraction free mode
15
- body: location.href // GitHub issue body.
+ body: location.href, // GitHub issue body.
16
+ proxy: '{{ .Site.Params.Gitalk.proxy }}' // Gitalke proxy
17
});
18
(function() {
19
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
0 commit comments