summaryrefslogtreecommitdiffstats
path: root/layouts/partials/comment-disqusjs.html
diff options
context:
space:
mode:
authoramzrk22020-06-03 14:04:29 +0800
committeramzrk22020-06-03 14:04:29 +0800
commit63433dd64a35ef1a45301849ee9550b1f74fefd4 (patch)
tree65affcc7fd58e004486d8ab75acd145c6f1e5093 /layouts/partials/comment-disqusjs.html
parent3df71601ae866aff9c2ae060ed1ac7407807fcc4 (diff)
downloadhugo-theme-fuji-63433dd64a35ef1a45301849ee9550b1f74fefd4.tar.gz
hugo-theme-fuji-63433dd64a35ef1a45301849ee9550b1f74fefd4.tar.bz2
hugo-theme-fuji-63433dd64a35ef1a45301849ee9550b1f74fefd4.zip
Update DisqusJS default settings
Diffstat (limited to 'layouts/partials/comment-disqusjs.html')
-rw-r--r--layouts/partials/comment-disqusjs.html4
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;');
}