From b292fb88b35308a6be5753d5eefb25d5360ca0b0 Mon Sep 17 00:00:00 2001 From: Daisuke Date: Mon, 20 Jan 2025 22:13:58 +0900 Subject: [PATCH] Improve some designs --- src/pages/blog.astro | 21 +++++++++++++++++---- src/pages/index.astro | 2 +- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/src/pages/blog.astro b/src/pages/blog.astro index f34fa4a..4cc86c0 100644 --- a/src/pages/blog.astro +++ b/src/pages/blog.astro @@ -7,13 +7,26 @@ const allPosts = await getCollection("blog"); const pageTitle = "新着記事"; --- + -

This is where I will post about my journey learning Astro.

- +
diff --git a/src/pages/index.astro b/src/pages/index.astro index 4ee851f..8fe64e8 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -29,7 +29,7 @@ const allPosts = await getCollection("blog");

20代のエンジニアによる技術や書評のアウトプットブログ

-

新しい記事 一覧

+

新しい記事

{ allPosts.slice(0, 6).map((post: any) => (