From 2e5e2a2f5c29f95c86b2966d9c38b33ba52a4195 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Tue, 11 Sep 2018 23:14:19 +0200 Subject: Add more partial hooks --- layouts/partials/book/nav.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/partials/book/nav.html') diff --git a/layouts/partials/book/nav.html b/layouts/partials/book/nav.html index cc24df7..929b1b7 100644 --- a/layouts/partials/book/nav.html +++ b/layouts/partials/book/nav.html @@ -1,5 +1,5 @@ {{ if .Site.Params.BookMenuBundle }} {{ partial "book/nav-bundle" . }} {{ else }} - {{ partial "book/nav-auto" . }} + {{ partial "book/nav-tree" . }} {{ end }} \ No newline at end of file -- cgit v1.2.3