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

60709f2205bf262ec42f0b19fae221d57d3620c4 · 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 -}}