chore: update mastodon account

This commit is contained in:
2023-07-10 18:39:06 +02:00
parent 7d09cfa8ef
commit 4ae4912268
5 changed files with 16 additions and 11 deletions

View File

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