absolute links

This commit is contained in:
tavo 2024-09-10 12:42:22 -06:00
parent 0e0b76855f
commit 5481013f96
2 changed files with 7 additions and 7 deletions

View file

@ -5,5 +5,5 @@ title: Acerca de tavo.one
"I... a universe of atoms, an atom in the universe" 🌠
- Email: [tavo@tavo.one](mailto:tavo@tavo.one)
- PGP: [tavo@tavo.one.asc](https://blog.tavo.one/pgp.txt)
- RSS: [index.xml](https://blog.tavo.one/index.xml)
- PGP: [tavo@tavo.one.asc](/pgp.txt)
- RSS: [index.xml](/index.xml)

View file

@ -2,11 +2,11 @@
<div class="navbar">
<h2>
<a href="{{ .Site.BaseURL }}">Inicio</a>
<a href="{{ .Site.BaseURL }}blog/">Blog</a>
<a href="{{ .Site.BaseURL }}fotos/">Fotos</a>
<a href="{{ .Site.BaseURL }}snippets/">Snippets</a>
<a href="{{ .Site.BaseURL }}proyectos/">Proyectos</a>
<a href="/">Inicio</a>
<a href="/blog/">Blog</a>
<a href="/fotos/">Fotos</a>
<a href="/snippets/">Snippets</a>
<a href="/proyectos/">Proyectos</a>
</h2>
</div>