Pi66

git.pi66.xyz
A web interface for the pi66.xyz Git server
git clone https://git.pi66.xyz/git.pi66.xyz

← back to log

fix: point git nav link to relative root instead of git.pi66.xyz

author: pi66
date: 2026-07-23 10:11
hash: 343a3a97160a49772e0c809ea42d55b9f8da7c12

Diffstat:

M

src/templates/partials/header.html
2 +++++++++++++++---------------

M

src/templates/partials/mobile-nav.html
2 +++++++++++++++---------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
diff --git a/src/templates/partials/header.html b/src/templates/partials/header.html
index 844df51..d1f1d1a 100644
--- a/src/templates/partials/header.html
+++ b/src/templates/partials/header.html
@@ -13,6 +13,6 @@
        <a class="hover:text-green-400 transition-colors duration-200 " href="https://pi66.xyz/tools" class="nav-link">tools</a>
        <a class="hover:text-green-400 transition-colors duration-200 " href="https://pi66.xyz/about" class="nav-link">more</a>
        <a class="hover:text-green-400 transition-colors duration-200 " href="https://pi66.xyz/gaza" class="nav-link">gaza</a>
-       <a class="hover:text-green-400 transition-colors duration-200 " href="https://git.pi66.xyz" class="nav-link">git</a>
+       <a class="hover:text-green-400 transition-colors duration-200 " href="/" class="nav-link">git</a>
    </nav>
 </header>
diff --git a/src/templates/partials/mobile-nav.html b/src/templates/partials/mobile-nav.html
index 059baf3..1f7326e 100644
--- a/src/templates/partials/mobile-nav.html
+++ b/src/templates/partials/mobile-nav.html
@@ -3,5 +3,5 @@
    <a class="hover:text-green-400 transition-colors duration-200 " href="https://pi66.xyz/tools" class="nav-link">tools</a>
    <a class="hover:text-green-400 transition-colors duration-200 " href="https://pi66.xyz/about" class="nav-link">more</a>
    <a class="hover:text-green-400 transition-colors duration-200 " href="https://pi66.xyz/gaza" class="nav-link">gaza</a>
-   <a class="hover:text-green-400 transition-colors duration-200 " href="https://git.pi66.xyz" class="nav-link">git</a>
+   <a class="hover:text-green-400 transition-colors duration-200 " href="/" class="nav-link">git</a>
 </nav>