diff options
| author | yingyu5658 <i@yingyu5658.me> | 2026-01-28 09:47:34 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2026-01-28 09:47:34 +0800 |
| commit | d3b3d3c03fb9fe589cdb5d39da0e974909f07197 (patch) | |
| tree | 7c05dce160e71201ab4bd58527b8fd0a9023a7a3 | |
| parent | 342db392b76a0d7078b7257b6ef431ec22a6b355 (diff) | |
| download | blog-d3b3d3c03fb9fe589cdb5d39da0e974909f07197.tar.gz blog-d3b3d3c03fb9fe589cdb5d39da0e974909f07197.zip | |
chore: add line break
| -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> |
