Replace OpenGraph image with a proper one

This commit is contained in:
Olivier Lacan 2024-02-04 20:10:15 -08:00
parent 2d71509cf6
commit 651597a0d8
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

View File

@ -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