diff --git a/source/layouts/layout.html.haml b/source/layouts/layout.html.haml index b7fa90f..14a3977 100644 --- a/source/layouts/layout.html.haml +++ b/source/layouts/layout.html.haml @@ -21,7 +21,7 @@ %meta{ property: 'og:type', content: 'article' } %meta{ property: 'og:url', content: path_to_url(current_page.url) } %meta{ property: 'og:description', content: current_page.data.description } - %meta{ property: 'og:image', content: image_path("keep-a-changelog-opengraph.png") } + %meta{ property: 'og:image', content: image_url("keep-a-changelog-opengraph.png") } = yield_content :og -# Icons