mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-03-13 06:14:03 +00:00
5 lines
127 B
HTML
5 lines
127 B
HTML
{{ if .Site.Params.BookMenuBundle }}
|
|
{{ partial "docs/nav-bundle" . }}
|
|
{{ else }}
|
|
{{ partial "docs/nav-tree" . }}
|
|
{{ end }} |