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

8 lines
266 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 }}