fixed the thing
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 18s

This commit is contained in:
2025-09-13 21:11:12 +02:00
parent 606786ebb9
commit 1b643b3cc1
44 changed files with 3076 additions and 3 deletions

View File

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