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

53e7912a595abc057955e61a8dae2bcda9d9c51f · 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 -}}