This commit is contained in:
WickedJack99
2022-09-26 01:51:50 +02:00
parent 681968568e
commit 50353ee95b
26 changed files with 109 additions and 106 deletions

View File

@@ -1,4 +1,4 @@
<div id="navbarBottom" class="w3-bar w3-black">
<div id="navbarBottom" class="w3-bar w3-bottom w3-black">
{% for item in site.data.footerNavbar %}
<a href="{{ item.link }}" {% if page.url == item.link %} class="current" {% endif %} class="w3-bar-item w3-button">{{ item.name }}</a>
{% endfor %}

View File

@@ -1,4 +1,4 @@
<div id="navbarTop" class="w3-bar w3-black">
<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">{{ item.name }}</a>
{% endfor %}