1
0
mirror of https://github.com/privacyguides/discourse-brand.git synced 2025-06-15 17:31:14 +00:00

Add rel="me" for Mastodon verification

This commit is contained in:
Jonah Aragon 2025-03-04 21:39:21 -06:00
parent 6fdc8e662d
commit 827aafef5d
Signed by: jonah
SSH Key Fingerprint: SHA256:oJSBSFgpWl4g+IwjL96Ya8ocGfI7r6VKnQw+257pZZ0

View File

@ -218,17 +218,17 @@
</div>
<div class="social">
<a class="social-link mastodon" title="follow us on Mastodon" href="https://mastodon.neat.computer/@privacyguides">
<a class="social-link mastodon" title="follow us on Mastodon" rel="me" href="https://mastodon.neat.computer/@privacyguides">
<svg class="fa d-icon d-icon-fab-mastodon svg-icon svg-string" xmlns="http://www.w3.org/2000/svg">
<use href="#fab-mastodon"></use>
</svg>
</a>
<a class="social-link bluesky" title="follow us on Bluesky" href="https://bsky.app/profile/privacyguides.org">
<a class="social-link bluesky" title="follow us on Bluesky" rel="me" href="https://bsky.app/profile/privacyguides.org">
<svg class="fa d-icon d-icon-fab-bluesky svg-icon svg-string" xmlns="http://www.w3.org/2000/svg">
<use href="#fab-bluesky"></use>
</svg>
</a>
<a class="social-link github" title="contribute to the website on GitHub" href="https://github.com/privacyguides">
<a class="social-link github" title="contribute to the website on GitHub" rel="me" href="https://github.com/privacyguides">
<svg class="fa d-icon d-icon-fab-github svg-icon svg-string" xmlns="http://www.w3.org/2000/svg">
<use href="#fab-github"></use>
</svg>