Files
hugo-book/layouts/_partials/docs/toc-show.html
2025-10-09 23:33:20 +02:00

5 lines
181 B
HTML

{{- return or
(and (eq .Type "posts") (eq .Kind "section"))
(not (eq .TableOfContents "<nav id=\"TableOfContents\"></nav>"))
(default .Site.Params.BookToC .Params.BookToC)
-}}