From ca8362d1eebc86f928e05f121bd1a286b958ed5b Mon Sep 17 00:00:00 2001 From: svemagie <869694+svemagie@users.noreply.github.com> Date: Tue, 17 Mar 2026 07:48:27 +0100 Subject: [PATCH] fix(blog): move tags and garden badge inline with Planted date Tended date now appears on its own line below, matching the desired layout: Planted + tags + badge on line 1, Tended on line 2. Co-Authored-By: Claude Opus 4.6 --- _includes/layouts/post.njk | 45 ++++++++++++++++++++------------------ 1 file changed, 24 insertions(+), 21 deletions(-) diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk index 2035412..07913f9 100644 --- a/_includes/layouts/post.njk +++ b/_includes/layouts/post.njk @@ -28,29 +28,32 @@ withBlogSidebar: true {% endif %}
- Planted: - {% if updated %} -
- Tended: - {% endif %} - {% if category | withoutGardenTags %} - + {# Digital Garden stage badge #} + {% include "components/garden-badge.njk" %} +
+ {% if updated %} +
+ Tended: +
{% endif %} - {# Digital Garden stage badge #} - {% include "components/garden-badge.njk" %} {# Bridgy syndication content - controls what gets posted to social networks #}