diff --git a/pages/home.go b/pages/home.go index c58042a..2200fef 100644 --- a/pages/home.go +++ b/pages/home.go @@ -32,6 +32,11 @@ func Home(c echo.Context) error { Href: "https://github.com/atridadl", Icon: template.HTML(``), }, + { + name: "Bluesky", + Href: "https://bsky.app/profile/atridad.bsky.social", + Icon: template.HTML(``) + }, { Name: "LinkedIn", Href: "https://www.linkedin.com/in/atridadl/",