hugo-theme-hyde-hyde/layouts/partials/commenting.html
2018-07-21 06:32:00 +10:00

7 lines
260 B
HTML

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