Add more partial hooks

This commit is contained in:
Alex Shpak
2018-09-11 23:14:19 +02:00
parent 628a4df0df
commit 2e5e2a2f5c
5 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{{ if .Site.Params.BookMenuBundle }}
{{ partial "book/nav-bundle" . }}
{{ else }}
{{ partial "book/nav-auto" . }}
{{ partial "book/nav-tree" . }}
{{ end }}