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(``),
},
{
Name: "Git",
Href: "https://git.atri.dad/atridad",
- Icon: template.HTML(``),
+ Icon: template.HTML(``),
},
{
Name: "Mastodon",
Href: "https://fedi.atri.dad/@me",
- Icon: template.HTML(``),
+ Icon: template.HTML(``),
},
{
- Name: "Bluesky",
Href: "https://bsky.app/profile/atridad.bsky.social",
- Icon: template.HTML(``),
+ Icon: template.HTML(``),
},
}
@@ -48,42 +47,42 @@ func Home(c echo.Context) error {
{
Name: "React",
Href: "https://react.dev",
- Icon: template.HTML(``),
+ Icon: template.HTML(``),
},
{
Name: "TypeScript",
Href: "https://typescriptlang.org",
- Icon: template.HTML(``),
+ Icon: template.HTML(``),
},
{
Name: "Node.js",
Href: "https://nodejs.org",
- Icon: template.HTML(``),
+ Icon: template.HTML(``),
},
{
Name: "Bun",
Href: "https://bun.sh",
- Icon: template.HTML(``),
+ Icon: template.HTML(``),
},
{
Name: "Go",
Href: "https://golang.org",
- Icon: template.HTML(``),
+ Icon: template.HTML(``),
},
{
Name: "PostgreSQL",
Href: "https://postgresql.org",
- Icon: template.HTML(``),
+ Icon: template.HTML(``),
},
{
Name: "Redis",
Href: "https://redis.io",
- Icon: template.HTML(``),
+ Icon: template.HTML(``),
},
{
Name: "Docker",
Href: "https://docker.com",
- Icon: template.HTML(``),
+ Icon: template.HTML(``),
},
}