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>
|
<nav>
|
||||||
{% for item in site.data.navigation %}
|
{% 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 }}
|
{{ item.name }}
|
||||||
</a>
|
</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user