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}