From f0a748542cd17f4c2b9f0f93658bc9f63417e5b2 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Mon, 3 May 2021 14:20:39 +0200 Subject: [PATCH] Fix footer links --- views/partials/footer.pug | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/views/partials/footer.pug b/views/partials/footer.pug index 37deb40..15e5bea 100644 --- a/views/partials/footer.pug +++ b/views/partials/footer.pug @@ -2,7 +2,7 @@ footer .container .hcards div - h1 keyoxide.org + h1 Keyoxide a(href="/") Homepage br a(href="/about") About Keyoxide @@ -25,10 +25,10 @@ footer div h1 Development - a(href="/") Source code + a(href="https://codeberg.org/keyoxide/") Source code br - a(href="/") CI/CD + a(href="https://drone.keyoxide.org/keyoxide/web") CI/CD br - a(href="/") doip.js + a(href="https://js.doip.rocks") doip.js p.copyright © 2021 Keyoxide project contributors