5 lines
173 B
HTML
5 lines
173 B
HTML
|
{{ if and (.Site.DisqusShortname) (.Param "comments") (not .Site.IsServer) }}
|
||
|
<section class="comments block">
|
||
|
{{ template "_internal/disqus.html" . }}
|
||
|
</section>
|
||
|
{{ end }}
|