From 35a33d681bf62e0fe476e4eb374be237aee167a0 Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Tue, 21 May 2024 14:18:12 -0400 Subject: [PATCH] feat: add default og:image for non page sites --- _config.yml | 1 + _includes/head.html | 1 + 2 files changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index a7bbb9e..df76526 100644 --- a/_config.yml +++ b/_config.yml @@ -24,6 +24,7 @@ description: >- # this means to ignore newlines until "baseurl:" Understand and mitigate security threats others won't see coming. baseurl: "" # the subpath of your site, e.g. /blog url: "https://distrust.co" # the base hostname & protocol for your site, e.g. http://example.com +banner: "https://distrust.co/assets/base/distrust-logo.png" header_pages: - index.md diff --git a/_includes/head.html b/_includes/head.html index a8d99c6..0162088 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -16,6 +16,7 @@ {% else %} + {% endif %} {% if page.summary %}