From 17face447f2322c08777a40974114db1a041f576 Mon Sep 17 00:00:00 2001 From: Shawn Wang Date: Sun, 27 Oct 2024 23:33:38 +0800 Subject: [PATCH] update index --- src/pages/index.astro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index b835a56..09f5fb3 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -19,7 +19,9 @@ const recentPosts = sortedPosts.filter(({ data }) => !data.featured); const socialCount = SOCIALS.filter(social => social.active).length; const title = 'KaLUG - 高雄Linux User Group'; -const description = '由一群熱愛 open source / free software 的高雄人所組成的社群, 每月選一周末聚會技術分享'; +const description = '由一群熱愛 Linux / open source 的高雄人所組成的社群, 每月選一周末聚會技術分享'; + + --- @@ -45,6 +47,7 @@ const description = '由一群熱愛 open source / free software 的高雄人所

+ {description}