summaryrefslogtreecommitdiff
path: root/themes/hugo-coder/layouts/partials/posts/disqus.html
blob: b0ffb1f78505018fbd5d4210011287880f4768b3 (plain)
1
2
3
{{- if and (not (eq (.Site.DisqusShortname | default "") "")) (eq (.Params.disableComments | default false) false) -}}
  {{ template "_internal/disqus.html" . }}
{{- end -}}