feat: add internal links as u-url

This commit is contained in:
Ayo Ayco 2025-04-20 08:21:45 +02:00
parent 40bc4112b4
commit b40253e7c3

View file

@ -5,16 +5,16 @@ import WebRings from './WebRings.astro'
const year = new Date().getFullYear()
---
<footer class="h-card">
<footer>
<ul id="internal-links">
<li>
<a href="/about">About me</a>
<a class="u-url" href="/about">About me</a>
</li>
<li>
<a href="/now">What I'm up to</a>
<a class="u-url" href="/now">What I'm up to</a>
</li>
<li>
<a href="/threads">My thoughts</a>
<a class="u-url" href="/threads">My thoughts</a>
</li>
</ul>
<ul>