{{- if ne .Params.showcomments false -}}
{{ if .Site.DisqusShortname -}}
{{- partial "commenting/disqus.html" . -}}
{{- else if .Site.Params.GraphCommentId -}}
{{- partial "commenting/graphcomment.html" . -}}
{{- end -}}
{{- end }}