layouts/partials/posts/disqus.html
@@ -1,3 +1,3 @@ {{- if and (not (eq (.Site.DisqusShortname | default "") "")) (eq (.Params.disable_comments | default false) false) -}} {{- if and (not (eq (.Site.DisqusShortname | default "") "")) (eq (.Params.disableComments | default false) false) -}} {{ template "_internal/disqus.html" . }} {{- end -}}