From b3e43ba2dc2ec9aacc6db42579ea9007a12b9784 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Thu, 22 Sep 2022 23:37:53 +0630 Subject: [PATCH] Display sorted/filtered posts in feature section --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index f8f8659..cce921f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -66,7 +66,7 @@ const sortedPosts = getSortedPosts(posts);

Featured