feat: add internal links as u-url
This commit is contained in:
parent
40bc4112b4
commit
b40253e7c3
1 changed files with 4 additions and 4 deletions
|
@ -5,16 +5,16 @@ import WebRings from './WebRings.astro'
|
||||||
const year = new Date().getFullYear()
|
const year = new Date().getFullYear()
|
||||||
---
|
---
|
||||||
|
|
||||||
<footer class="h-card">
|
<footer>
|
||||||
<ul id="internal-links">
|
<ul id="internal-links">
|
||||||
<li>
|
<li>
|
||||||
<a href="/about">About me</a>
|
<a class="u-url" href="/about">About me</a>
|
||||||
</li>
|
</li>
|
||||||
<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>
|
||||||
<li>
|
<li>
|
||||||
<a href="/threads">My thoughts</a>
|
<a class="u-url" href="/threads">My thoughts</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in a new issue