readded hugo-book theme files.
This commit is contained in:
5
themes/hugo-book/layouts/_partials/docs/toc-show.html
Normal file
5
themes/hugo-book/layouts/_partials/docs/toc-show.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{{- return and
|
||||
(not (eq .Params.bookToC false))
|
||||
(not (eq .Site.Params.BookToC false))
|
||||
(not (eq .TableOfContents "<nav id=\"TableOfContents\"></nav>"))
|
||||
-}}
|
||||
Reference in New Issue
Block a user