Skip to content

Commit

Permalink
{index,_includes/head}.html: add href type for Mastodon
Browse files Browse the repository at this point in the history
Ref: #335
  • Loading branch information
Mikaela committed Jun 29, 2023
1 parent 8940876 commit ee1746a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
<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" />
<link rel="me" type="application/activity+json" href="https://sauna.social/users/aminda" />
<link rel="me" type="application/activity+json" href="https://mastodon.pirateparty.be/users/MikaelaPPFI" />
</head>
12 changes: 10 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,18 @@
rel="me"
>git.piraattipuolue.fi</a
>
<a rel="me" href="https://mastodon.pirateparty.be/@MikaelaPPFI"
<a
rel="me"
type="application/activity+json"
href="https://mastodon.pirateparty.be/users/MikaelaPPFI"
>mastodon.pirateparty.be</a
>
<a rel="me" href="https://sauna.social/@aminda">sauna.social</a>
<a
rel="me"
type="application/activity+json"
href="https://sauna.social/users/aminda"
>sauna.social</a
>
</li>
<li id="pgp">
PGP:
Expand Down

0 comments on commit ee1746a

Please sign in to comment.