Exchange <a> verification link with <link>

This commit is contained in:
Jonas Tobias Hopusch 2021-08-17 09:31:23 +02:00
parent 7ba7b3037d
commit f488844496
Failed to generate hash of commit
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,8 @@
<link type="text/css" rel="stylesheet" href="{{ get_url(path='css/general.css') }}" />
<meta name="color-scheme" content="dark light" />
<link rel="canonical" href="{{ current_url }}" />
<!--Mastodon account ownership verification-->
<link rel="me" href="https://ruhr.social/@jotoho" />
<title>jotoho.de - A personal website</title>
{% block metadata %} {% endblock %}
</head>
@ -46,6 +48,5 @@
You can download my OpenPGP public keys <a href="https://downloads.jotoho.de/openpgp/">here</a>.
</p>
</footer>
<a style="display: none" rel="me" href="https://ruhr.social/@jotoho">Mastodon</a>
</body>
</html>