parent
327a7b6f62
commit
00d9900743
2 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
||||||
---
|
---
|
||||||
title: "Layout: Sidebar Custom"
|
title: "Layout: Sidebar Custom"
|
||||||
excerpt: "A post with custom sidebar content."
|
excerpt: "A post with custom sidebar content."
|
||||||
|
last_modified_at: 2021-06-23T07:53:04-04:00
|
||||||
author_profile: false
|
author_profile: false
|
||||||
sidebar:
|
sidebar:
|
||||||
- title: "Title"
|
- title: "Title"
|
||||||
image: http://placehold.it/350x250
|
image: "/assets/images/350x250.png"
|
||||||
image_alt: "image"
|
image_alt: "image"
|
||||||
text: "Some text here."
|
text: "Some text here."
|
||||||
- title: "Another Title"
|
- title: "Another Title"
|
||||||
|
@ -19,7 +20,7 @@ An example of how that YAML could look is:
|
||||||
```yaml
|
```yaml
|
||||||
sidebar:
|
sidebar:
|
||||||
- title: "Title"
|
- title: "Title"
|
||||||
image: http://placehold.it/350x250
|
image: "/assets/images/your-image.jpg"
|
||||||
image_alt: "image"
|
image_alt: "image"
|
||||||
text: "Some text here."
|
text: "Some text here."
|
||||||
- title: "Another Title"
|
- title: "Another Title"
|
||||||
|
|
BIN
docs/assets/images/350x250.png
Normal file
BIN
docs/assets/images/350x250.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in a new issue