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

9014c45d81ec44d6124727262e432f236f2096b9 · 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 -}}