diff --git a/source/assets/images/logo.png b/source/assets/images/logo.png new file mode 100644 index 0000000..ec0efe8 Binary files /dev/null and b/source/assets/images/logo.png differ diff --git a/source/layouts/layout.html.haml b/source/layouts/layout.html.haml index 4e82b73..9573e36 100644 --- a/source/layouts/layout.html.haml +++ b/source/layouts/layout.html.haml @@ -13,6 +13,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")} = yield_content :og -# Icons