freyjaskiss.com/themes/mainroad/layouts/partials/comments.html

5 lines
189 B
HTML

{{ if and .Site.DisqusShortname (index .Params "comments" | default "true") (not .Site.IsServer) }}
<section class="comments">
{{ template "_internal/disqus.html" . }}
</section>
{{ end }}