From 0e1f3fc0a9d1f21e0fafc7152bc9ec2f2b4bff88 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Tue, 23 Apr 2024 23:52:57 -0600 Subject: [PATCH] Masto change --- pages/home.go | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/pages/home.go b/pages/home.go index 5646c3b..58b57df 100644 --- a/pages/home.go +++ b/pages/home.go @@ -37,19 +37,9 @@ func Home(c echo.Context) error { }, { Name: "Mastdon", - Href: "https://blahaj.zone/@atridad", + Href: "https://mastodon.social/@atridotdad", Icon: template.HTML(``), }, - { - Name: "Matrix", - Href: "https://chat.blahaj.zone/@atridad", - Icon: template.HTML(`Matrix`), - }, - { - Name: "Lemmy", - Href: "https://lemmy.blahaj.zone/u/atridad", - Icon: template.HTML(`Lemmy`), - }, { Name: "GitHub", Href: "https://github.com/atridadl",