docs: update mastodon link

This commit is contained in:
2024-11-17 14:24:57 +01:00
parent baf999ea1c
commit 333b7a7562
4 changed files with 41 additions and 40 deletions

View File

@@ -13,6 +13,10 @@ const simplifiedHead: SimplifiedHeader[] = [
name: 'author',
content: 'Lucien Cartier-Tilet',
},
{
name: 'fediverse:creator',
content: '@phundrak@mastodon.phundrak.com',
},
{
property: 'og:image',
content: 'https://cdn.phundrak.com/img/rich_preview.png',
@@ -131,7 +135,7 @@ simplifiedHead.forEach((tag) => {
});
headBuilder.push([
'a',
{ rel: 'me', href: 'https://emacs.ch/@phundrak' },
{ rel: 'me', href: 'https://mastodon.phundrak.com/@phundrak' },
'Mastodon',
]);