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

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