From 4081a83bd72c530e4b0edd0ddac22ce1bd4cdb08 Mon Sep 17 00:00:00 2001 From: Leo Newton Date: Fri, 6 Sep 2024 00:09:52 -0700 Subject: [PATCH] test --- src/pages/index.astro | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index b60f1436..8b3ef607 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -24,12 +24,19 @@ const socialCount = SOCIALS.filter(social => social.active).length;

-

test<[]> - - - - + { + featuredPosts.length > 0 && ( + <> +

+ + ) + }