Skip to content

Commit 00d9900

Browse files
committedJun 23, 2021
Fix broken image
Close mmistakes#3013
1 parent 327a7b6 commit 00d9900

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎docs/_posts/2012-03-15-layout-sidebar-custom.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
title: "Layout: Sidebar Custom"
33
excerpt: "A post with custom sidebar content."
4+
last_modified_at: 2021-06-23T07:53:04-04:00
45
author_profile: false
56
sidebar:
67
- title: "Title"
7-
image: http://placehold.it/350x250
8+
image: "/assets/images/350x250.png"
89
image_alt: "image"
910
text: "Some text here."
1011
- title: "Another Title"
@@ -19,7 +20,7 @@ An example of how that YAML could look is:
1920
```yaml
2021
sidebar:
2122
- title: "Title"
22-
image: http://placehold.it/350x250
23+
image: "/assets/images/your-image.jpg"
2324
image_alt: "image"
2425
text: "Some text here."
2526
- title: "Another Title"

‎docs/assets/images/350x250.png

1.31 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.