Revert "chore: update mastodon account"

This reverts commit 5d88c1855aabe7d0cab8e8d5b9cebcea872bbbb3.
This commit is contained in:
2023-07-30 14:55:41 +02:00
parent 4ae4912268
commit ec625ce8a5
5 changed files with 12 additions and 16 deletions

View File

@@ -123,10 +123,6 @@ simplifiedHead.forEach((tag) => {
head.push([tag.tag, element]);
});
});
head.push([
'a',
{ rel: 'me', href: 'https://mastodon.phundrak.com/@phundrak' },
'Mastodon',
]);
head.push(['a', { rel: 'me', href: 'https://emacs.ch/@phundrak' }, 'Mastodon']);
export default head;