{{- if gt (len .Site.DisqusShortname) 0 -}}
{{- if or (eq .Params.comments true) (and (ne .Params.comments false) (eq .Site.Params.comments.enable true)) -}}
{{- template "_internal/disqus.html" . -}}
{{- end -}}
{{- end -}}
{{- if or (eq .Params.giscus true) (and (ne .Params.giscus false) (eq .Site.Params.giscus.enable true)) -}}
{{- end -}}