mirror of
https://gitlab.com/tavo-wasd/blog.git
synced 2025-06-07 06:43:28 -06:00
absolute links
This commit is contained in:
parent
0e0b76855f
commit
5481013f96
2 changed files with 7 additions and 7 deletions
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue