5 lines
190 B
HTML
5 lines
190 B
HTML
|
{{ if and .Site.DisqusShortname (not (or .Site.Params.disable_comments .Params.disable_comments)) }}
|
||
|
<section class="comments">
|
||
|
{{ template "_internal/disqus.html" . }}
|
||
|
</section>
|
||
|
{{ end }}
|