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

feat: add home/tools/more/gaza/git links to header nav

author: pi66
date: 2026-07-23 09:30
hash: 64971c80df892993d302bbf986a1adb05dbe3d2e

Diffstat:

M

src/templates/partials/header.html
7 ++++++++++++++++++++++++++++++
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
diff --git a/src/templates/partials/header.html b/src/templates/partials/header.html
index 8ce904b..844df51 100644
--- a/src/templates/partials/header.html
+++ b/src/templates/partials/header.html
@@ -8,4 +8,11 @@
            <h1 class="pi66-title ml-4 text-green-700 font-bold !text-2xl">Pi66</h1>
        </a>
    </div>
+   <nav class="pr-4 flex items-center text-green-700 transition-colors duration-200 text-2xl font-bold max-md:hidden gap-4">
+       <a class="hover:text-green-400 transition-colors duration-200 " href="https://pi66.xyz" class="nav-link">home</a>
+       <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>
+   </nav>
 </header>