diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-09-11 23:14:19 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-09-11 23:14:19 +0200 |
commit | 2e5e2a2f5c29f95c86b2966d9c38b33ba52a4195 (patch) | |
tree | af3b11302e6b337fa14abcfa34d07df1ede6ea87 /layouts/partials/book/nav.html | |
parent | 628a4df0df81347c74a88e4c110066c9dc6017d1 (diff) |
Add more partial hooks
Diffstat (limited to 'layouts/partials/book/nav.html')
-rw-r--r-- | layouts/partials/book/nav.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 |