Refactor partials, layout and sass files
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<nav role="navigation">
|
||||
{{ partial "book/nav-brand" . }}
|
||||
{{ with .Site.GetPage .Site.Params.BookMenuBundle }}{{ .Content }}{{ end }}
|
||||
{{ partial "book/nav-after" . }}
|
||||
</nav>
|
||||
Reference in New Issue
Block a user