Add Mastodon profile verification (#933)
See https://docs.joinmastodon.org/user/profile/#fields
This commit is contained in:
parent
4201212002
commit
a29203e260
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue