From 93bbfae8ae2db46b8642cb7b5dc1d9b01a49f39f Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sat, 17 Sep 2022 00:43:00 +0630 Subject: [PATCH] Fix desc text --- src/pages/posts/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/posts/index.astro b/src/pages/posts/index.astro index 7921456..4efb2a9 100644 --- a/src/pages/posts/index.astro +++ b/src/pages/posts/index.astro @@ -14,7 +14,7 @@ const sortedPosts = getSortedPosts(posts);
-
+
    { sortedPosts.map(({ frontmatter }) => {