diff --git a/src/pages/index.astro b/src/pages/index.astro index 332e57c..9c09e3e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -5,6 +5,13 @@ const socials = [ ["Bluesky", "bs/lua.re", "https://bsky.app/profile/lua.re"], ["GitHub", "gh/luaneko", "https://github.com/luaneko"], ]; + +const services = [ + ["Gitea", "git"], + ["Roundcube", "mail"], +]; + +services.sort(([_a, a], [_b, b]) => a.length - b.length || a.localeCompare(b)); --- @@ -16,7 +23,9 @@ const socials = [ {socials.map(([name, text, href]) => ( <>ใƒป:ใ€‚{text} - +))} +{services.map(([name, sub], i) => ( +<>{i ? " ยท " : ""}{sub} ))} ๐Ÿก ๐ŸŒธ ๐ŸŽ€ ๐ŸŒ™