binario/layouts/partials/comments.html
2018-02-23 16:01:12 +03:00

5 lines
No EOL
196 B
HTML

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