pushing localDocs to main-branch

This commit is contained in:
WickedJack99
2022-09-21 11:01:08 +02:00
parent 9fe6bb9e07
commit 1cfa6349b3
24 changed files with 666 additions and 0 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>