From 0b8b30c99c3eeae144699bf08c33953ae2a19422 Mon Sep 17 00:00:00 2001 From: KazooTTT Date: Thu, 25 Jul 2024 16:09:46 +0800 Subject: [PATCH] feat: update about --- src/pages/index.astro | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 45af4e2..df1b98e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -50,9 +50,10 @@ const allPostsByDate = sortMDByDate(allPosts).slice(0, MAX_POSTS)
-

- 前端开发,技术栈主要为React全家桶, 不过也接触过Vue,偶尔使用 python 或者 nodejs 写后端。 -

+
+

前端开发,技术栈主要为React全家桶, 不过也接触过Vue。

+

偶尔使用 python 或者 nodejs 写后端。

+
{ allPostsByDate.length > 0 && (