Files
pfadfinder-konstanz.de/themes/hugo-dpsg/layouts/partials/comments.html

5 lines
189 B
HTML
Raw Normal View History

2020-03-16 11:54:08 +01:00
{{ if and .Site.DisqusShortname (index .Params "comments" | default "true") (not .Site.IsServer) }}
<section class="comments">
{{ template "_internal/disqus.html" . }}
</section>
{{ end }}