hugo-stanley/layouts/partials/article-comments.html

7 lines
306 B
HTML

{{- if gt (len site.DisqusShortname) 0 -}}
{{- if or (eq .Params.comments true) (and (ne .Params.comments false) (eq site.Params.comments.enable true)) -}}
<section class="article discussion">
{{- template "_internal/disqus.html" . -}}
</section>
{{- end -}}
{{- end -}}