From 54e797cf4ebb69acbbc8473b720ac991e7a87d0c Mon Sep 17 00:00:00 2001 From: svemagie <869694+svemagie@users.noreply.github.com> Date: Sun, 8 Mar 2026 17:59:59 +0100 Subject: [PATCH] fix(home): apply recent-posts redesign in fallback layout --- _includes/layouts/home.njk | 59 +++++++++++++++++++++----------- theme/_includes/layouts/home.njk | 59 +++++++++++++++++++++----------- 2 files changed, 78 insertions(+), 40 deletions(-) diff --git a/_includes/layouts/home.njk b/_includes/layouts/home.njk index 52b25b9..65742f4 100644 --- a/_includes/layouts/home.njk +++ b/_includes/layouts/home.njk @@ -72,34 +72,53 @@ withSidebar: true {% if collections.posts and collections.posts.length %}

Recent Posts

-
+
+ View all posts diff --git a/theme/_includes/layouts/home.njk b/theme/_includes/layouts/home.njk index ec0b06b..b66a90f 100644 --- a/theme/_includes/layouts/home.njk +++ b/theme/_includes/layouts/home.njk @@ -70,34 +70,53 @@ withSidebar: true {% if collections.posts and collections.posts.length %}

Recent Posts

-
+
+ View all posts