Refactor partials, layout and sass files
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{{ if .Site.Params.BookMenuBundle }}
|
||||
{{ partial "book/nav-bundle" . }}
|
||||
{{ else }}
|
||||
{{ partial "book/nav-auto" . }}
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user