This commit is contained in:
WickedJack99
2022-09-26 17:40:22 +02:00
parent 66467dad4b
commit 0c32ab210b
12 changed files with 51 additions and 41 deletions

View File

@@ -1,6 +1,6 @@
<div id="navbarTop" class="w3-bar w3-top w3-black">
{% for item in site.data.navigation %}
<a href="{{ item.link }}" {% if page.url == item.link %} class="current" {% endif %} class="w3-bar-item w3-button w3-hover-vivid-bluish-green">{{ item.name }}</a>
<a href="{{ item.link }}" {% if page.url == item.link %} class="current" {% endif %} class="w3-bar-item w3-button">{{ item.name }}</a>
{% endfor %}
{% for item in site.data.socialMedia %}
<a href="{{ item.link }}" {% if page.url == item.link %} class="current" {% endif %} class="w3-bar-item w3-button w3-right">{{ item.icon }}</a>