Compare commits

..

No commits in common. "96f2320570a6d5fdfd9200dd9d7357b50230cb1c" and "f024970fc711b65a5788e38e0f5fbf099c29b103" have entirely different histories.

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 '/about/contact/' in request.path %}text-cyan-400 uppercase{% endif %} hover:text-red-400" <a class="{% if '/contact/me/' 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">