From 52b453a5b59ebf82a28c971f0a3e43dc1b5f8e18 Mon Sep 17 00:00:00 2001 From: svemagie <869694+svemagie@users.noreply.github.com> Date: Tue, 17 Mar 2026 07:36:51 +0100 Subject: [PATCH] feat(blog): add Planted/Tended date labels to post template Show "Planted:" before publish date and "Tended:" with the updated date when posts have an `updated` front matter field. Also updates JSON-LD dateModified to use the updated date when available. Co-Authored-By: Claude Opus 4.6 --- _includes/layouts/post.njk | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk index 584e9f6..2035412 100644 --- a/_includes/layouts/post.njk +++ b/_includes/layouts/post.njk @@ -28,9 +28,15 @@ withBlogSidebar: true {% endif %}
-