diff --git a/pages/home.go b/pages/home.go index 030f51c..17936cd 100644 --- a/pages/home.go +++ b/pages/home.go @@ -20,27 +20,26 @@ func Home(c echo.Context) error { { Name: "Email", Href: "mailto:me@atri.dad", - Icon: template.HTML(``), + Icon: template.HTML(``), }, { Name: "RSS", Href: "/api/rss", - Icon: template.HTML(``), + Icon: template.HTML(`RSS`), }, { Name: "Git", Href: "https://git.atri.dad/atridad", - Icon: template.HTML(``), + Icon: template.HTML(`Forgejo`), }, { Name: "Mastodon", Href: "https://fedi.atri.dad/@me", - Icon: template.HTML(``), + Icon: template.HTML(`Mastodon`), }, { - Name: "Bluesky", Href: "https://bsky.app/profile/atridad.bsky.social", - Icon: template.HTML(``), + Icon: template.HTML(`Bluesky`), }, } @@ -48,42 +47,42 @@ func Home(c echo.Context) error { { Name: "React", Href: "https://react.dev", - Icon: template.HTML(`React`), + Icon: template.HTML(`React`), }, { Name: "TypeScript", Href: "https://typescriptlang.org", - Icon: template.HTML(`TypeScript`), + Icon: template.HTML(`TypeScript`), }, { Name: "Node.js", Href: "https://nodejs.org", - Icon: template.HTML(`Node.js`), + Icon: template.HTML(`Node.js`), }, { Name: "Bun", Href: "https://bun.sh", - Icon: template.HTML(`Bun`), + Icon: template.HTML(`Bun`), }, { Name: "Go", Href: "https://golang.org", - Icon: template.HTML(`Go`), + Icon: template.HTML(`Go`), }, { Name: "PostgreSQL", Href: "https://postgresql.org", - Icon: template.HTML(`PostgreSQL`), + Icon: template.HTML(`PostgreSQL`), }, { Name: "Redis", Href: "https://redis.io", - Icon: template.HTML(`Redis`), + Icon: template.HTML(`Redis`), }, { Name: "Docker", Href: "https://docker.com", - Icon: template.HTML(`Docker`), + Icon: template.HTML(`Docker`), }, }