Website/themes/mainroad/layouts/partials/comments.html
2018-07-11 20:45:17 +02:00

5 lines
No EOL
190 B
HTML

{{ if and .Site.DisqusShortname (not (or .Site.Params.disable_comments .Params.disable_comments)) }}
<section class="comments">
{{ template "_internal/disqus.html" . }}
</section>
{{ end }}