feat: add metadata for new Mastodon account
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lucien Cartier-Tilet 2023-03-29 23:11:24 +02:00
parent 8c6ced3974
commit 9328c598f5
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

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