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

784142aa900b4dc5849b1bf8f761cbc6b129da42 · 191 B · 3 lines raw

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