
Multiple sidebar navs can also be included on a page: ``` sidebar: - title: Navigation 1 nav: nav1 - title: Navigation 2 nav: nav2 ``` Fixes #1986
604 B
604 B
title, excerpt, author_profile, sidebar
title | excerpt | author_profile | sidebar | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Layout: Sidebar Custom | A post with custom sidebar content. | false |
|
This post has a custom sidebar set in the post's YAML Front Matter.
An example of how that YAML could look is:
sidebar:
- title: "Title"
image: http://placehold.it/350x250
image_alt: "image"
text: "Some text here."
- title: "Another Title"
text: "More text here."