Allow sidebar navs with custom sidebar content
Multiple sidebar navs can also be included on a page: ``` sidebar: - title: Navigation 1 nav: nav1 - title: Navigation 2 nav: nav2 ``` Fixes #1986
This commit is contained in:
@ -9,6 +9,7 @@ sidebar:
|
||||
text: "Some text here."
|
||||
- title: "Another Title"
|
||||
text: "More text here."
|
||||
nav: sidebar-sample
|
||||
---
|
||||
|
||||
This post has a custom sidebar set in the post's YAML Front Matter.
|
||||
|
Reference in New Issue
Block a user