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 { )) }
-
+
{