From 362cb0d1fe54a7dc041e7fabe2715899cd8331c9 Mon Sep 17 00:00:00 2001 From: Madelyn Olson Date: Thu, 10 Sep 2026 09:39:41 -0700 Subject: [PATCH] Let a post override its unfurl image A featured_image is a wide hero banner, which crops badly as an unfurl card. Adds an og_image extra that takes precedence over featured_image so a post can ship a purpose-built card. Signed-off-by: Madelyn Olson --- templates/includes/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/includes/head.html b/templates/includes/head.html index 1ad4e6be..2cf261ac 100644 --- a/templates/includes/head.html +++ b/templates/includes/head.html @@ -6,7 +6,7 @@ - + {% if page and page.extra and page.extra.custom_meta%} {{ page.extra.custom_meta | safe }} {% endif %}