mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-08 10:24:58 +08:00
Fix gitalk issue
This commit is contained in:
@ -12,7 +12,8 @@
|
|||||||
admin: ['{{ .Site.Params.Gitalk.owner }}'],
|
admin: ['{{ .Site.Params.Gitalk.owner }}'],
|
||||||
id: md5(location.pathname), // Ensure uniqueness and length less than 50
|
id: md5(location.pathname), // Ensure uniqueness and length less than 50
|
||||||
distractionFreeMode: false, // Facebook-like distraction free mode
|
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() {
|
(function() {
|
||||||
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
|
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
|
||||||
|
Reference in New Issue
Block a user