From 592275df4da03081daa2e2acb6e279f30ed8577f Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 21 Sep 2016 23:16:11 -0400 Subject: [PATCH] Fix image path --- example/_posts/2010-09-09-post-gallery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/_posts/2010-09-09-post-gallery.md b/example/_posts/2010-09-09-post-gallery.md index a983766..7e285be 100755 --- a/example/_posts/2010-09-09-post-gallery.md +++ b/example/_posts/2010-09-09-post-gallery.md @@ -12,7 +12,7 @@ gallery: alt: "placeholder image 1" title: "Image 1 title caption" - url: assets/images/unsplash-gallery-image-2.jpg - image_path: uassets/images/nsplash-gallery-image-2-th.jpg + image_path: assets/images/unsplash-gallery-image-2-th.jpg alt: "placeholder image 2" title: "Image 2 title caption" - url: assets/images/unsplash-gallery-image-3.jpg -- 2.43.0