This commit is contained in:
WickedJack99
2022-09-26 12:10:25 +02:00
parent 9d9292ce8a
commit 66467dad4b
11 changed files with 29 additions and 29 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-lightseagreen">{{ item.name }}</a>
<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>
{% 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>