mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-27 04:03:48 +01:00
feat(comments): add support to Gitalk proxy
parameter (#1012)
Co-authored-by: Jimmy Cai <hi@jimmycai.com>
This commit is contained in:
parent
12f31dfd8a
commit
0558108e30
2 changed files with 2 additions and 0 deletions
|
@ -156,6 +156,7 @@ params:
|
|||
repo:
|
||||
clientID:
|
||||
clientSecret:
|
||||
proxy:
|
||||
|
||||
cusdis:
|
||||
host:
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
admin: ["{{- .admin -}}"],
|
||||
distractionFreeMode: false, // Facebook-like distraction free mode
|
||||
id: md5(location.pathname), // Max Location.pathname Legth:75 https://github.com/gitalk/gitalk/issues/102
|
||||
proxy: {{- .proxy -}},
|
||||
});
|
||||
(function () {
|
||||
if (
|
||||
|
|
Loading…
Reference in a new issue