diff options
Diffstat (limited to 'layouts/_default/single.html')
| -rw-r--r-- | layouts/_default/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 8b8f326..21e185f 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -137,7 +137,7 @@ <div class="toc">{{ partial "toc.html" . }}</div> {{ end }} -{{ if .Params.comments }} +{{ if .Params.comments | default true}} <hr /> <details> <summary> |
