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

3ae0394c6b59d001d394a8dbee0a1964dd7f30ec · 174 B · 3 lines raw

1 {{- if and (not (eq (.Site.DisqusShortname | default "") "")) (eq (.Params.disableComments | default false) false) -}}
2 {{ template "_internal/disqus.html" . }}
3 {{- end -}}