mpercivalxyz

this website!
Log | Files | Refs

commit 19d0ad968dff7b147818b72ce52d32ef015ce914
parent d86544b8522546a5a8c6c8606a907043b90364d3
Author: Michael Percival <m@michaelpercival.xyz>
Date:   Wed, 13 May 2026 18:46:43 +0100

corrected navbar partial

Diffstat:
Mlayouts/partials/navigation.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/layouts/partials/navigation.html b/layouts/partials/navigation.html @@ -1,7 +1,7 @@ <nav class="nav-container"> <div class="nav-element"> <ul> - <li><a href="https://git.michaelpercival.xyz"><img src="/git.png" class="img-icon-aligned" width="32" height="32" /></a></li> + <li><a href="https://git.michaelpercival.dev"><img src="/git.png" class="img-icon-aligned" width="32" height="32" /></a></li> <li><a href="https://github.com/mpizzzle"><img src="/github.png" class="img-icon-aligned" width="32" height="32" /></a></li> <li><a href="/rss.xml"><img src="/rss.png" class="img-icon-aligned" width="32" height="32" /></a></li> </ul> @@ -18,7 +18,7 @@ </div> <div class="nav-element"> <ul> - <li><a href="mailto:m@michaelpercival.xyz">m@michaelpercival.xyz</a></li> + <li><a href="mailto:m@michaelpercival.dev">m@michaelpercival.dev</a></li> <li><a href="/mpxyz.pgp"><img class="img-icon-aligned" src="/gnupg.png" width="32" height="32" /></a></li> </ul> </div>