Fill theme.toml, refactor injection partials
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{{ if .Site.Params.BookMenuBundle }}
|
||||
{{ partial "docs/nav-bundle" . }}
|
||||
{{ else }}
|
||||
{{ partial "docs/nav-tree" . }}
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user