mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-01-09 06:07:56 -05:00
fix menu links
This commit is contained in:
parent
a8d1dd28f1
commit
e6ed22561c
@ -74,12 +74,12 @@
|
|||||||
>Request</a
|
>Request</a
|
||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
href=""
|
href="/about"
|
||||||
class="px-1 py-1 text-xs text-gray-500 transition duration-300 md:text-base {{if or (eq .Current "about") (eq .Current "")}} text-lime-500 border-lime-500 border-b-2 {{ else }} text-gray-500 hover:text-lime-500 {{ end }}"
|
class="px-1 py-1 text-xs text-gray-500 transition duration-300 md:text-base {{if or (eq .Current "about") (eq .Current "")}} text-lime-500 border-lime-500 border-b-2 {{ else }} text-gray-500 hover:text-lime-500 {{ end }}"
|
||||||
>About</a
|
>About</a
|
||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
href=""
|
href="/about#support"
|
||||||
class="px-1 py-1 text-xs text-gray-500 transition duration-300 md:text-base hover:text-lime-500"
|
class="px-1 py-1 text-xs text-gray-500 transition duration-300 md:text-base hover:text-lime-500"
|
||||||
>Support</a
|
>Support</a
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user