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

5 lines
189 B
HTML
Raw Normal View History

2023-08-30 23:00:53 +00:00
{{ if and .Site.DisqusShortname (index .Params "comments" | default "true") (not .Site.IsServer) }}
<section class="comments">
{{ template "_internal/disqus.html" . }}
</section>
{{ end }}