ok
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 2m26s
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 2m26s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<nav>
|
||||
{% 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 }}
|
||||
</a>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user