nemhugo/layouts/partials/disqus.html
Li-Wen Yip 90bde3e913 Added option to disable comments on individual pages/posts
Disable comments on an individual page/post by setting `nocomments:
true` in the front matter
2017-03-04 17:57:08 +00:00

5 lines
No EOL
156 B
HTML

{{ if and .Site.DisqusShortname (not .Params.nocomments) }}
<div class="comments">
{{ template "_internal/disqus.html" . }}
</div>
{{ end }}