diff --git a/docs/.vuepress/head.ts b/docs/.vuepress/head.ts index 50a8085..a5371ff 100644 --- a/docs/.vuepress/head.ts +++ b/docs/.vuepress/head.ts @@ -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;