feat: add metadata for new Mastodon account
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8c6ced3974
commit
9328c598f5
@ -123,6 +123,11 @@ simplifiedHead.map((tag: SimplifiedHeader) => {
|
|||||||
tag.content.forEach((element) => {
|
tag.content.forEach((element) => {
|
||||||
head.push([tagName, element]);
|
head.push([tagName, element]);
|
||||||
});
|
});
|
||||||
|
head.push([
|
||||||
|
'a',
|
||||||
|
{ rel: 'me', href: 'https://emacs.ch/@phundrak' },
|
||||||
|
'Mastodon',
|
||||||
|
]);
|
||||||
});
|
});
|
||||||
|
|
||||||
export default head;
|
export default head;
|
||||||
|
Loading…
Reference in New Issue
Block a user