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

243ff5b8d049b85b9f684c5e6e90deb22ca3ea59 · 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 -}}