hacks-guide-minimal-mistake.../docs/_posts/2012-03-15-layout-sidebar-custom.md
Michael Rose 00d9900743 Fix broken image
Close #3013
2021-06-23 07:55:12 -04:00

677 B

title excerpt last_modified_at author_profile sidebar
Layout: Sidebar Custom A post with custom sidebar content. 2021-06-23T07:53:04-04:00 false
title image image_alt text
Title /assets/images/350x250.png image Some text here.
title text nav
Another Title More text here. sidebar-sample

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: "/assets/images/your-image.jpg"
    image_alt: "image"
    text: "Some text here."
  - title: "Another Title"
    text: "More text here."
    nav: sidebar-sample