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

6160cb2e70e37fcf6e897f45c110274b8777012c · 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 -}}