Fix mastodon verification
This commit is contained in:
parent
f0e5a40993
commit
686a88bdd4
3 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
{% if linkedin_url or github_url or mastodon_url %}
|
||||
<ul class="flex space-x-8">
|
||||
{% if mastodon_url %}
|
||||
<li><a href="{{ mastodon_url }}"><span class="emoji">🐘</span> Mastodon</a></li>
|
||||
<li><a href="{{ mastodon_url }}" rel="me"><span class="emoji">🐘</span> Mastodon</a></li>
|
||||
{% endif %}
|
||||
{% if github_url %}
|
||||
<li><a href="{{ github_url }}"><span class="emoji">🔬</span> GitHub</a></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue