mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 12:03:31 +08:00
gittalk Fixed
This commit is contained in:
parent
f1e16cea59
commit
29706856ea
@ -7,10 +7,9 @@
|
||||
const gitalk = new Gitalk({
|
||||
clientID: '{{- .clientID -}}',
|
||||
clientSecret: '{{- .clientSecret -}}',
|
||||
repo: '{{- .Gitalk.repo -}}',
|
||||
repo: '{{- .repo -}}',
|
||||
owner: '{{- .owner -}}',
|
||||
admin: ['{{- .owner -}}'],
|
||||
id: location.pathname, // Ensure uniqueness and length less than 50
|
||||
admin: ['{{- .admin -}}'],
|
||||
distractionFreeMode: false // Facebook-like distraction free mode
|
||||
});
|
||||
(function() {
|
||||
|
Loading…
Reference in New Issue
Block a user