From 08e4f545a0bcd1682c7a04d2e93d4449a654b2a2 Mon Sep 17 00:00:00 2001 From: satnaing Date: Thu, 14 Sep 2023 14:01:04 +0630 Subject: [PATCH] refactor: display only non-featured posts in Recent Section --- src/pages/index.astro | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index f01a9ba..8697eae 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -92,16 +92,18 @@ const socialCount = SOCIALS.filter(social => social.active).length;

Recent Posts