Files
libertytoolsio/themes/hugo-book/layouts/_partials/docs/toc-show.html

6 lines
161 B
HTML
Raw Normal View History

2026-04-24 14:36:57 -06:00
{{- return and
(not (eq .Params.bookToC false))
(not (eq .Site.Params.BookToC false))
(not (eq .TableOfContents "<nav id=\"TableOfContents\"></nav>"))
-}}