From 50f90d05c828772afad1c51b2274723752c86856 Mon Sep 17 00:00:00 2001 From: Christian van der Loo Date: Mon, 20 Apr 2026 19:06:21 -0400 Subject: [PATCH] add view all --- src/pages/index.astro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index d563833..5d58411 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -30,7 +30,10 @@ const projects = await getCollection("projects"); { postsSorted.length > 0 && ( <> -

Posts

+
+

Posts

+ View All +

{postsSorted.map((post) => ( -- 2.51.2