mirror of
https://github.com/olivierlacan/keep-a-changelog.git
synced 2025-07-29 00:34:09 +02:00
Use asset_url instead of path for OG image
This commit is contained in:
parent
651597a0d8
commit
b03309559b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user