diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-01-24 23:30:31 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-01-24 23:30:31 +0100 |
commit | 4ce973a4e2ee74ff4cba33ea3c8bb8761c8e70ef (patch) | |
tree | 54ea5013573f11dcf7e52a5d06f2ec0a9d4c7db9 /layouts/docs | |
parent | d746c8eec369cc76fb9937f7838172ba40d3bf0f (diff) |
Add menu to blog pages
Diffstat (limited to 'layouts/docs')
-rw-r--r-- | layouts/docs/baseof.html | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html index cbcc35a..9ea09fa 100644 --- a/layouts/docs/baseof.html +++ b/layouts/docs/baseof.html @@ -12,18 +12,7 @@ <main class="flex container"> <aside class="book-menu fixed"> - <nav role="navigation"> - {{ partial "docs/brand" . }} - {{ partial "docs/inject/menu-before" . }} - - {{ if .Site.Params.BookMenuBundle }} - {{ partial "docs/menu-bundle" . }} - {{ else }} - {{ partial "docs/menu-filetree" . }} - {{ end }} - - {{ partial "docs/inject/menu-after" . }} - </nav> + {{ partial "docs/menu" . }} </aside> <div class="book-page"> |