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

e189773521ae73939cd54baa2bc5e5680b2a7ffd · 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 -}}