binario/layouts/partials/comments.html

5 lines
173 B
HTML
Raw Normal View History

{{ if and (.Site.DisqusShortname) (.Param "comments") (not .Site.IsServer) }}
2018-02-23 13:01:12 +00:00
<section class="comments block">
{{ template "_internal/disqus.html" . }}
</section>
{{ end }}