diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-08-21 10:10:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-21 10:10:38 +0200 |
| commit | dd23cbd8a1caf00f0b842aff514d2907d545a403 (patch) | |
| tree | 8fe6ba45871480f4fd352e567cae0b66ca4ccd04 /src/partials | |
| parent | 553f8739ebd00110f649ce10440f1029766725a7 (diff) | |
Bring back the blog
Diffstat (limited to 'src/partials')
| -rw-r--r-- | src/partials/Header.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/partials/Header.astro b/src/partials/Header.astro index e351156..40b8484 100644 --- a/src/partials/Header.astro +++ b/src/partials/Header.astro @@ -36,6 +36,7 @@ import Favicon from "../assets/Favicon.astro"; <a href="/">Inicio</a> <a href="/trajectory">Trayectoria</a> <a href="/portfolio">Portfolio</a> + <a href="/blog">Blog</a> <a href="/contact">Contacto</a> </nav> |
