This commit is contained in:
2025-09-01 10:13:59 +02:00
parent a71e6c81f6
commit 4f9d51aba0
6 changed files with 119 additions and 108 deletions

View File

@ -11,7 +11,7 @@
<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="/#distros">↓ Linux-keuze</a>
<a href="/#diensten">↓ Diensten</a>
<a href="/contact"{{if eq .CurrentPage "contact"}} class="active"{{end}}>Contact</a>
</div>
@ -21,7 +21,7 @@
<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="/#distros">↓ Linux-keuze</a>
<a href="/#diensten">↓ Diensten</a>
<a href="/contact"{{if eq .CurrentPage "contact"}} class="active"{{end}}>Contact</a>
</div>