thrrgilag.net/themes/binario/layouts/partials/comments.html

5 lines
173 B
HTML
Raw Normal View History

2019-09-07 19:40:58 +00:00
{{ if and (.Site.DisqusShortname) (.Param "comments") (not .Site.IsServer) }}
<section class="comments block">
{{ template "_internal/disqus.html" . }}
</section>
{{ end }}