commit 91781683cc566b8e3d17c171f9d29dc58f5cd376
parent d7d466d9a19db4f577984e9615a14d05bcec9528
Author: Katja Ramona Sophie Kwast (zaphyra) <git@ctu.cx>
Date: Sun, 15 Jun 2025 14:22:39 +0200
parent d7d466d9a19db4f577984e9615a14d05bcec9528
Author: Katja Ramona Sophie Kwast (zaphyra) <git@ctu.cx>
Date: Sun, 15 Jun 2025 14:22:39 +0200
template: update urls for git and photos
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/template.html b/template.html @@ -15,8 +15,8 @@ <a href="/"$if(page-about)$ class="active" $endif$>home</a> <a href="/projects.html"$if(page-projects)$ class="active" $endif$>projects</a> <a href="/contact.html"$if(page-contact)$ class="active" $endif$>contact</a> - <a class="right" href="https://photos.katja.wtf/">photos</a> - <a class="right" href="https://git.katja.wtf/">git</a> + <a class="right" href="https://photos.zaphyra.eu/">photos</a> + <a class="right" href="https://git.zaphyra.eu/">git</a> </nav> <main> $body$