From 5481013f962be770ca587b84393e733711a5972f Mon Sep 17 00:00:00 2001 From: tavo Date: Tue, 10 Sep 2024 12:42:22 -0600 Subject: [PATCH] absolute links --- content/about/_index.md | 4 ++-- themes/blog/layouts/partials/header.html | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/about/_index.md b/content/about/_index.md index 8bf692f..b421b37 100644 --- a/content/about/_index.md +++ b/content/about/_index.md @@ -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) diff --git a/themes/blog/layouts/partials/header.html b/themes/blog/layouts/partials/header.html index 5a4b86c..4c2f253 100644 --- a/themes/blog/layouts/partials/header.html +++ b/themes/blog/layouts/partials/header.html @@ -2,11 +2,11 @@