Skip to content

Commit

Permalink
Fix site.og_image URL by appending /images/ the path
Browse files Browse the repository at this point in the history
- Close #277
  • Loading branch information
mmistakes committed Apr 19, 2016
1 parent 157dcbb commit 5bba54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/seo.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 5bba54d

Please sign in to comment.