From 5bba54da0b2c869490b899988c1b602412f378d0 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 19 Apr 2016 08:43:21 -0400 Subject: [PATCH] Fix site.og_image URL by appending /images/ the path - Close #277 --- _includes/seo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/seo.html b/_includes/seo.html index 58f499b5..d7068f18 100644 --- a/_includes/seo.html +++ b/_includes/seo.html @@ -104,7 +104,7 @@ "@context": "http://schema.org", "@type": "Organization", "url": {{ seo_url | jsonify }}, - "logo": {{ site.og_image | prepend: "/" | prepend: seo_url | jsonify }} + "logo": {{ site.og_image | prepend: "/images/" | prepend: base_path | jsonify }} } {% endif %}