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 && (