themes/hugo-coder/layouts/partials/posts/disqus.html

660229258f41b42da10d9198e7f0efdd35283063 · 174 B · 3 lines raw

1 {{- if and (not (eq (.Site.DisqusShortname | default "") "")) (eq (.Params.disableComments | default false) false) -}}
2 {{ template "_internal/disqus.html" . }}
3 {{- end -}}