5 lines
181 B
HTML
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)
|
|
-}} |