Fix mastadon link header

Change-Id: Ied90631c0edce57eacdfc7c44a9b537cadfd17c7
Reviewed-on: https://git.clicks.codes/c/Coded/thecoded.prof/+/679
Reviewed-by: Samuel Shuert <coded@clicks.codes>
Tested-by: Samuel Shuert <coded@clicks.codes>
diff --git a/sites/main/src/layouts/Layout.astro b/sites/main/src/layouts/Layout.astro
index 2c29950..3dfc68c 100644
--- a/sites/main/src/layouts/Layout.astro
+++ b/sites/main/src/layouts/Layout.astro
@@ -13,7 +13,7 @@
 		<meta name="description" content="Samuel Shuert's main site" />
 		<meta name="viewport" content="width=device-width" />
 		<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
-		<link rel="me" href="https://tty0.social/@thecodedprof">Mastodon</link>
+		<link rel="me" href="https://tty0.social/@thecodedprof" />
 		<meta name="generator" content={Astro.generator} />
 		<title>{title}</title>
 	</head>