Disable comments on an individual page/post by setting `nocomments: true` in the front matter
5 lines
No EOL
156 B
HTML
5 lines
No EOL
156 B
HTML
{{ if and .Site.DisqusShortname (not .Params.nocomments) }}
|
|
<div class="comments">
|
|
{{ template "_internal/disqus.html" . }}
|
|
</div>
|
|
{{ end }} |