1
0
Fork 0

feat: add metadata for new Mastodon account
continuous-integration/drone/push Build is passing Details

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
1 changed files with 5 additions and 0 deletions

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;