From 667d18e681ef45b74d3e0e2e5cacf3d109b08b34 Mon Sep 17 00:00:00 2001 From: nycotin Date: Sat, 28 Jun 2025 10:48:35 +0200 Subject: [PATCH] Bugfix on post layout --- _layouts/post.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 2ff88e90..a931cd14 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -48,11 +48,11 @@

{{ page.title }}

- {% if post.blurb_img %} - header image for {{post.title}} + {% if page.blurb_img %} + header image for {{page.title}} {% else %} header image for {{post.title}} + alt="header image for {{page.title}}"> {% endif %} {% if page.blurb_img_source %}
{{page.blurb_img_source}}