test header

This commit is contained in:
samaradel
2024-07-02 14:00:35 +03:00
parent 1a052e0e6e
commit 6d26dfe33d

View File

@@ -40,12 +40,10 @@
{{link_label}}
</a>
{% endif %}
{% elif current_url %}
{% if current == current_url%}
{% elif current_url and current == current_url %}
<a href="{{ get_url(path=link_path[1])}}" class="text-lg py-3 leading-6 font-normal active hover:text-gray-900 focus:outline-none focus:text-gray-900 transition ease-in-out duration-150">
{{link_label}}
</a>
{% endif %}
{% else %}
<a href="{{ get_url(path=link_path[1])}}" class="text-lg py-3 leading-6 font-normal text-gray-900 hover:text-gray-900 focus:outline-none focus:text-gray-900 transition ease-in-out duration-150">
{{link_label}}