corrected flatpage highlighting for contact page

pull/4/head
Calum Andrew Morrell 2025-11-02 15:44:50 +00:00
parent f024970fc7
commit a6b84bd912
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
href="{% url 'core:about-website' %}">about this website</a>
<a class="{% if '/about/tools/' in request.path %}text-cyan-400 uppercase{% endif %} hover:text-red-400"
href="{% url 'core:about-tools' %}">about my tools</a>
<a class="{% if '/contact/me/' in request.path %}text-cyan-400 uppercase{% endif %} hover:text-red-400"
<a class="{% if '/about/contact/' in request.path %}text-cyan-400 uppercase{% endif %} hover:text-red-400"
href="{% url 'core:contact-me' %}">contact me</a>
</nav>
<nav class="flex gap-x-4 md:row-span-2 md:items-end text-lg">