From 760528ba9117aaee53462a901cb2c4b861792b50 Mon Sep 17 00:00:00 2001 From: Perry Woodin Date: Thu, 17 Nov 2016 09:38:07 -0500 Subject: [PATCH] Fixed blog post image paths. --- _includes/hero/post.html | 2 +- _layouts/post.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/hero/post.html b/_includes/hero/post.html index 2a88da6..bd7b377 100644 --- a/_includes/hero/post.html +++ b/_includes/hero/post.html @@ -1,7 +1,7 @@
{% if page.image %} - + {% endif %}
diff --git a/_layouts/post.html b/_layouts/post.html index f939312..4c88ed1 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -21,7 +21,7 @@ layout: default
{% if post.image %} - + {% endif %}