Add rel=me links

This commit is contained in:
Sofía Aritz 2024-01-03 14:44:06 +01:00
parent 72c5844db8
commit a75a140a15
Signed by: sofia
GPG key ID: 90B5116E3542B28F

View file

@ -16,6 +16,10 @@
<title>{% if title %} {{ title }} - {% endif %}sofi web</title> <title>{% if title %} {{ title }} - {% endif %}sofi web</title>
</head> </head>
<body> <body>
<div style="display: none !important">
<a rel="me" href="https://hachyderm.io/@sofiaritz">Fediverse</a>
<a rel="me" href="https://git.sofiaritz.com/sofia">Forgejo</a>
</div>
<h1><a href="/">sofi web</a></h1> <h1><a href="/">sofi web</a></h1>
<div class="page-container"> <div class="page-container">
<main> <main>