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

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