diff --git a/docs/_posts/2012-03-15-layout-sidebar-custom.md b/docs/_posts/2012-03-15-layout-sidebar-custom.md index bd1c6105..3b3739bc 100644 --- a/docs/_posts/2012-03-15-layout-sidebar-custom.md +++ b/docs/_posts/2012-03-15-layout-sidebar-custom.md @@ -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" @@ -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" diff --git a/docs/assets/images/350x250.png b/docs/assets/images/350x250.png new file mode 100644 index 00000000..cb4d5edb Binary files /dev/null and b/docs/assets/images/350x250.png differ