diff options
Diffstat (limited to 'layouts/partials/comment-disqusjs.html')
-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;'); } |