Use new URLs without file extensions.

This commit is contained in:
2025-03-25 10:59:16 +01:00
parent c4e95ac10e
commit 8eba934270
10 changed files with 18 additions and 18 deletions

View File

@ -19,10 +19,10 @@
<nav>
<a href="/" >Home</a>
<a href="/blog/" >Blog</a>
<a href="/poetry.html" >Poetry</a>
<a href="/poetry" >Poetry</a>
<a href="https://code.ortegas.org/nortega/" >Code</a>
<a href="https://odysee.com/@nortega:7?r=FnizT7ACmJrTdw6HQJxAVGgFcHGN6oFy&sunset=lbrytv" >Videos</a>
<a href="/contact.html" >Contact</a>
<a href="/contact" >Contact</a>
</nav>
<main>
<h1><?= $title ?></h1>