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

6a044c8d316a8f6004f28b7e95986895354fd598 · 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 -}}