diff options
| -rw-r--r-- | layouts/_default/single.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index bda46d3..0df3896 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -136,7 +136,9 @@ <!-- Place the TOC at the end to ensure the article content loads first. --> {{ $tocEnabled := default .Site.Params.toc .Params.toc }} {{ if $tocEnabled }} <div class="toc">{{ partial "toc.html" . }}</div> -{{ end }} {{ if .Params.comments | default true}} +{{ end }} + +{{ if .Params.comments | default true }} <div class="comments-and-webmentions"> <details> <summary> |
