1
0
Fork 0

chore: update mastodon link
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lucien Cartier-Tilet 2023-07-10 18:38:16 +02:00
parent e456b76168
commit c1f35810de
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 5 additions and 1 deletions

View File

@ -135,7 +135,11 @@ simplifiedHead.forEach((tag: SimplifiedHeader) => {
head.push([tagName, element]);
});
});
head.push(['a', { rel: 'me', href: 'https://emacs.ch/@phundrak' }, 'Mastodon']);
head.push([
'a',
{ rel: 'me', href: 'https://mastodon.phundrak.com/@phundrak' },
'Mastodon',
]);
head.push(['script', {}, matomoTrackingCode]);
export default head;