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

f5f36d3696bdc211a8e4651b2988a4296a533d9c · 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 -}}