Files
neocities/_includes/nav.html
bvanroll ff067c831f
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 47s
scroll hidden and links fixed?
2025-08-25 16:48:29 +02:00

8 lines
218 B
HTML

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