From b61e1d34114fa0b3d56a883fc4826eb0ba2e8ac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Tue, 23 Jul 2024 21:49:38 +0200 Subject: [PATCH] Add rel="me" attribut to Mastodon link --- src/components/Footer.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 26dbfe6..5ef30cc 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -8,7 +8,9 @@ import NavLink from './NavLink.astro';