corrected flatpage highlighting for contact page
parent
f024970fc7
commit
a6b84bd912
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue