Replace OpenGraph image with a proper one
This commit is contained in:
parent
2d71509cf6
commit
651597a0d8
Binary file not shown.
After Width: | Height: | Size: 101 KiB |
|
@ -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("logo.png") }
|
||||
%meta{ property: 'og:image', content: image_path("keep-a-changelog-opengraph.png") }
|
||||
= yield_content :og
|
||||
|
||||
-# Icons
|
||||
|
|
Loading…
Reference in New Issue