This commit is contained in:
WickedJack99
2022-09-26 00:28:02 +02:00
parent caba08bdf7
commit 9d93e63a5a
16 changed files with 128 additions and 4 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.icon }} {{ item.name }}</a>
{% endfor %}
</nav>