hugo-theme-hyde-hyde/layouts/partials/commenting.html
2018-07-10 11:41:30 +10:00

11 lines
368 B
HTML

{{- if and (not .Site.BuildDrafts) (ne .Params.showcomments false) -}}
{{ if .Site.DisqusShortname -}}
<hr>
<h2>Comments</h2>
{{- partial "commenting/disqus.html" . -}}
{{- else if .Site.Params.GraphCommentId -}}
<hr>
<h2>Comments</h2>
{{- partial "commenting/graphcomment.html" . -}}
{{- end -}}
{{- end }}