5 lines
189 B
HTML
5 lines
189 B
HTML
|
{{ if and .Site.DisqusShortname (index .Params "comments" | default "true") (not .Site.IsServer) }}
|
||
|
<section class="comments">
|
||
|
{{ template "_internal/disqus.html" . }}
|
||
|
</section>
|
||
|
{{ end }}
|