summaryrefslogtreecommitdiff
path: root/themes/new_theme/layouts/partials/comments.html
blob: b2e619d68bfd2e4c578a2c1116f206fa2fdd43df (plain)
1
2
3
4
5
{{ if and .Site.DisqusShortname (index .Params "comments" | default "true") (not .Site.IsServer) }}
<section class="comments">
	{{ template "_internal/disqus.html" . }}
</section>
{{ end }}