diff options
author | amzrk2 | 2020-06-03 14:04:29 +0800 |
---|---|---|
committer | amzrk2 | 2020-06-03 14:04:29 +0800 |
commit | 63433dd64a35ef1a45301849ee9550b1f74fefd4 (patch) | |
tree | 65affcc7fd58e004486d8ab75acd145c6f1e5093 /layouts | |
parent | 3df71601ae866aff9c2ae060ed1ac7407807fcc4 (diff) | |
download | hugo-theme-fuji-63433dd64a35ef1a45301849ee9550b1f74fefd4.tar.gz hugo-theme-fuji-63433dd64a35ef1a45301849ee9550b1f74fefd4.tar.bz2 hugo-theme-fuji-63433dd64a35ef1a45301849ee9550b1f74fefd4.zip |
Update DisqusJS default settings
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/comment-disqusjs.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/partials/comment-disqusjs.html b/layouts/partials/comment-disqusjs.html index 5414aef..ebede31 100644 --- a/layouts/partials/comment-disqusjs.html +++ b/layouts/partials/comment-disqusjs.html @@ -14,9 +14,7 @@ url: '{{ .Permalink }}', title: '{{ .Title }}', api: '{{ .Site.Params.disqusJSApi }}', - apikey: '{{ .Site.Params.disqusJSApikey }}', - admin: '{{ .Site.Params.disqusJSAdmin }}', - adminLabel: '{{ .Site.Params.disqusJSAdminlabel }}' + apikey: '{{ .Site.Params.disqusJSApikey }}' }); document.querySelector('span.post-comment-notloaded').setAttribute('style', 'display: none;'); } |