chore: update mastodon link
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
e456b76168
commit
c1f35810de
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user