Merge pull request 'corrected flatpage highlighting for contact page' (#4) from dev into master

Reviewed-on: #4
master v0.2.1
Calum Andrew Morrell 2025-11-02 15:46:19 +00:00
commit 96f2320570
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
href="{% url 'core:about-website' %}">about this website</a> 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" <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> 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> href="{% url 'core:contact-me' %}">contact me</a>
</nav> </nav>
<nav class="flex gap-x-4 md:row-span-2 md:items-end text-lg"> <nav class="flex gap-x-4 md:row-span-2 md:items-end text-lg">