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