mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-07-25 18:31:07 +00:00
5 lines
155 B
HTML
5 lines
155 B
HTML
{{ return default true (
|
|
and
|
|
(default .Site.Params.BookToC .Params.BookToC)
|
|
(not (eq .TableOfContents "<nav id=\"TableOfContents\"></nav>"))
|
|
) }} |