diff options
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r-- | layouts/_default/single.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 87b6d62..e2b0fc1 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -23,6 +23,8 @@ </blockquote> </div> {{ end }} +{{ if ne .Params.noComments true }} {{ partial "comment-utterances.html" . }} {{ partial "comment-disqus.html" . }} +{{ end }} {{ end }}
\ No newline at end of file |