hugo-theme-hyde-hyde/layouts/partials/page-single/post-comment.html

7 lines
278 B
HTML

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