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

6 lines
161 B
HTML
Raw Normal View History

{{- return and
(not (eq .Params.bookToC false))
(not (eq .Site.Params.BookToC false))
(not (eq .TableOfContents "<nav id=\"TableOfContents\"></nav>"))
-}}