Files
neocities/_includes/nav.html
bvanroll 606786ebb9
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 2m26s
ok
2025-09-13 20:46:26 +02:00

8 lines
204 B
HTML

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