Files
Old_Website/localdocs/_includes/navigation.html
WickedJack99 0b3e563f1c 0035
2022-09-21 17:57:24 +02:00

5 lines
191 B
HTML

<nav> |
{% for item in site.data.navigation %}
<a href="{{ item.link }}" {% if page.url == item.link %} class="current" {% endif %}>{{ item.name }}</a> |
{% endfor %}
</nav>