Skip to content

Commit

Permalink
update index
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn111 committed Oct 27, 2024
1 parent 3da26f2 commit 17face4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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 的高雄人所組成的社群, 每月選一周末聚會技術分享';
---

<Layout>
Expand All @@ -45,6 +47,7 @@ const description = '由一群熱愛 open source / free software 的高雄人所
</a>

<p>

{description}
</p>
<p>
Expand Down

0 comments on commit 17face4

Please sign in to comment.