Fix site.og_image URL by appending /images/ the path

- Close #277
This commit is contained in:
Michael Rose 2016-04-19 08:43:21 -04:00
parent 157dcbbec6
commit 5bba54da0b

View file

@ -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 }}
}
</script>
{% endif %}