{{ if and .Site.Config.Services.Disqus.Shortname (index .Params "comments" | default "true") (not hugo.IsServer) }}
{{ template "_internal/disqus.html" . }}
{{ end }}