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

39171815e600e7eababf8cdcf3e15110c02c5cdd · 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 -}}