This commit is contained in:
WickedJack99
2022-09-20 17:31:47 +02:00
parent dcfa74644a
commit 41af9797f2
14 changed files with 106 additions and 29 deletions

View File

@@ -0,0 +1,5 @@
<nav>
{% for item in site.data.navigation %}
<a href="{{ item.link }}" {% if page.url == item.link %} class="current" {% endif %}>{{ item.name }}</a>
{% endfor %}
</nav>