feat: add navigation items

This commit is contained in:
Devin Haska 2024-02-05 16:22:18 -08:00
parent 59ef51d6c6
commit 9dc3ddeec7
5 changed files with 26 additions and 4 deletions

View file

@ -1,4 +1,4 @@
<ul>
<ul class="[ flex ] [ links ]">
{% for item in navigation.top %}
<li>
<a class="nav" href="{{ item.url }}" {{ helpers.getLinkActiveState(item.url, page.url) | safe }}>{{ item.text }}</a>