fixed the thing
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 18s
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 18s
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user