_includes/head.html: verify active Mastodon accounts

This commit is contained in:
Aminda Suomalainen 2022-11-27 20:47:40 +02:00
parent 2ce53af60e
commit daec97676e
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 0 deletions

View File

@ -31,4 +31,7 @@
<meta name="og:site_name" content="{{site.title}}" />
<meta name="og:image" content="{{site.icon}}"/>
<meta name="flattr:id" content="7j1ne6">
<!-- https://indieweb.org/How_to_set_up_web_sign-in_on_your_own_domain#How_to_setup_RelMeAuth - regardless of antipattern, the things I do for verified checkboxes at Mastodon... -->
<link rel="me" href="https://sauna.social/@aminda" />
<link rel="me" href="https://mastodon.pirateparty.be/@MikaelaPPFI" />
</head>