Fix blog link

This commit is contained in:
Artemis Tosini 2024-04-12 00:27:49 +00:00
parent 16cff3af9e
commit 6ed2b91843
Signed by: artemist
GPG key ID: EE5227935FE3FF18
3 changed files with 3 additions and 3 deletions

View file

@ -40,7 +40,7 @@ a {
<div id="header">
<a href="/">home</a>
<table>
<td><a href="/blog">blog</a></td>
<td><a href="/blog/">blog</a></td>
<td><a href="/about">about</a></td>
</table>
</div>

View file

@ -22,7 +22,7 @@
<table id="links">
<tr>
<td><a href="/about">about</a></td>
<td><a href="/blog">blog</a></td>
<td><a href="/blog/">blog</a></td>
</tr>
</table>
</div>

View file

@ -40,7 +40,7 @@ a {
<div id="header">
<a href="/">home</a>
<table>
<td><a href="/blog">blog</a></td>
<td><a href="/blog/">blog</a></td>
<td><a href="/about">about</a></td>
</table>
</div>