ok
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 2m26s

This commit is contained in:
2025-09-13 20:46:26 +02:00
parent ff067c831f
commit 606786ebb9

View File

@@ -1,6 +1,6 @@
<nav> <nav>
{% for item in site.data.navigation %} {% for item in site.data.navigation %}
<a class="navlink" href="{{ iten.link }}" {{ item.link }} {% if page.url == item.link %}style="color: red;"{% endif %}> <a class="navlink" href="{{ iten.link }}" {% if page.url == item.link %} style="color: red;" {% endif %}>
{{ item.name }} {{ item.name }}
</a> </a>
{% endfor %} {% endfor %}