From 33245e37deddf33ff4d5c6af8f716ddb4f4833b5 Mon Sep 17 00:00:00 2001 From: Jewgeni Lewash Date: Tue, 12 Mar 2024 00:04:44 +0100 Subject: [PATCH] chore(blog): update blog index page --- src/pages/blog/[...page].astro | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/pages/blog/[...page].astro b/src/pages/blog/[...page].astro index 4a60a6d..dff1adf 100644 --- a/src/pages/blog/[...page].astro +++ b/src/pages/blog/[...page].astro @@ -44,27 +44,27 @@ const { -
-
+
+
Blog -

Here are some blogposts, they are located in the repository as mdx files.

+

+ Here are some blogposts, they are located in the repository as mdx files. +

-
+
{ page.data.map((post) => ( -
+

+ class="mb-2 text-xl font-semibold text-zinc-800 hover:text-zinc-600 dark:text-zinc-200 dark:hover:text-zinc-400"> {post.data.title}

-

- {post.data.description} -

+

{post.data.description}

Read more @@ -72,7 +72,7 @@ const { )) }
-
+
{