feat: update catalogue list

This commit is contained in:
Devin Haska 2024-03-01 15:48:42 -08:00
parent e2d26a8b9a
commit b5fd748a55
5 changed files with 13 additions and 10 deletions

View file

@ -1,7 +1,7 @@
<ul class="[ list-none cluster p-0 m-0 ]">
{% for item in navigation.top %}
<li>
<a href="{{ item.url }}" {{ helpers.getLinkActiveState(item.url, page.url) | safe }}>{{ item.text }}</a>
<a href="{{ item.url }}">{{ item.text }}</a>
</li>
{% endfor %}
</ul>