6 lines
187 B
HTML
6 lines
187 B
HTML
{{ if and site.DisqusShortname (not (or site.Params.disable_comments .Params.disable_comments)) }}
|
|
<section id="comments">
|
|
{{ template "_internal/disqus.html" . }}
|
|
</section>
|
|
{{ end }}
|