From c7d4a84a539992c1e3c55bcee49c8b607a8ded2d Mon Sep 17 00:00:00 2001 From: svemagie <869694+svemagie@users.noreply.github.com> Date: Thu, 19 Mar 2026 15:35:39 +0100 Subject: [PATCH] fix: left-align post meta (Planted/Tended/tags) Add items-start to the flex-col post-meta wrapper so rows align left instead of centering. Co-Authored-By: Claude Sonnet 4.6 --- _includes/layouts/post.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk index 408012e..117c1d7 100644 --- a/_includes/layouts/post.njk +++ b/_includes/layouts/post.njk @@ -27,7 +27,7 @@ withBlogSidebar: true {% endif %} -
+