Add Mastodon profile verification (#933)

See https://docs.joinmastodon.org/user/profile/#fields
This commit is contained in:
Stefan Leibfarth 2022-02-08 21:14:45 +01:00 committed by GitHub
parent 4201212002
commit a29203e260
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -230,7 +230,7 @@
{%- if site.social-network-links.mastodon -%}
<li class="list-inline-item">
<a href="https://{{ site.social-network-links.mastodon }}" title="Mastodon">
<a rel="me" href="https://{{ site.social-network-links.mastodon }}" title="Mastodon">
<span class="fa-stack fa-lg" aria-hidden="true">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-mastodon fa-stack-1x fa-inverse"></i>