Fix mastodon verification

This commit is contained in:
Konstantin 2024-03-28 06:52:36 +01:00
parent f0e5a40993
commit 686a88bdd4
3 changed files with 4 additions and 4 deletions

View file

@ -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>