This commit is contained in:
WickedJack99
2022-09-26 00:37:56 +02:00
parent 9d93e63a5a
commit ff5f5273da
11 changed files with 47 additions and 29 deletions

View File

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