Skip to content

Commit

Permalink
Mastodon link verified
Browse files Browse the repository at this point in the history
"rel=me" attributes allows to make the link verified on mastodon, when added to the account profile: https://joinmastodon.org/verification

Signed-off-by: Joel Takvorian <[email protected]>
  • Loading branch information
jotak committed Nov 28, 2024
1 parent c218a0a commit 823dd74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h3 class="contact-title">Contact me</h3>
<li class="bluesky"><a href="https://bsky.app/profile/{site.data.social-bluesky}" target="_blank"><i class="fa-brands fa-bluesky"></i></a></li>
{/if}
{#if site.data.social-mastodon??}
<li class="mastodon"><a href="{site.data.social-mastodon}" target="_blank"><i class="fa-brands fa-mastodon"></i></a></li>
<li class="mastodon"><a href="{site.data.social-mastodon}" rel="me" target="_blank"><i class="fa-brands fa-mastodon"></i></a></li>
{/if}
{#if site.data.social-facebook??}
<li><a href="https://facebook.com/{site.data.social-facebook}" target="_blank"><i class="fa-brands fa-facebook" aria-hidden="true"></i></a></li>
Expand Down

0 comments on commit 823dd74

Please sign in to comment.