Skip to content

Commit

Permalink
Fix broken image
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes authored and chukycheese committed Sep 18, 2023
1 parent a965a03 commit de6c515
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/_posts/2012-03-15-layout-sidebar-custom.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
title: "Layout: Sidebar Custom"
excerpt: "A post with custom sidebar content."
last_modified_at: 2021-06-23T07:53:04-04:00
author_profile: false
sidebar:
- title: "Title"
image: http://placehold.it/350x250
image: "/assets/images/350x250.png"
image_alt: "image"
text: "Some text here."
- title: "Another Title"
Expand All @@ -19,7 +20,7 @@ An example of how that YAML could look is:
```yaml
sidebar:
- title: "Title"
image: http://placehold.it/350x250
image: "/assets/images/your-image.jpg"
image_alt: "image"
text: "Some text here."
- title: "Another Title"
Expand Down
Binary file added docs/assets/images/350x250.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit de6c515

Please sign in to comment.