remove stupid green dot

This commit is contained in:
2025-07-08 02:30:15 +02:00
parent c8d1549c94
commit 397ae43b6d
2 changed files with 7 additions and 17 deletions

View File

@ -10,9 +10,9 @@
</div>
<div class="nav-links">
<a href="/"{{if eq .CurrentPage "home"}} class="active"{{end}}>Home</a>
<a href="#voordelen">Voordelen</a>
<a href="#distros">Linux Keuze</a>
<a href="#diensten">Diensten</a>
<a href="#voordelen">Voordelen</a>
<a href="#distros">Linux Keuze</a>
<a href="#diensten">Diensten</a>
<a href="/contact"{{if eq .CurrentPage "contact"}} class="active"{{end}}>Contact</a>
</div>
<button class="mobile-menu-toggle" onclick="toggleMobileMenu()">
@ -20,9 +20,9 @@
</button>
<div class="mobile-menu" id="mobile-menu">
<a href="/"{{if eq .CurrentPage "home"}} class="active"{{end}}>Home</a>
<a href="#voordelen">Voordelen</a>
<a href="#distros">Linux Keuze</a>
<a href="#diensten">Diensten</a>
<a href="#voordelen">Voordelen</a>
<a href="#distros">Linux Keuze</a>
<a href="#diensten">Diensten</a>
<a href="/contact"{{if eq .CurrentPage "contact"}} class="active"{{end}}>Contact</a>
</div>
</div>