footer
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
<nav>
|
||||
{% for item in site.data.navigation %}
|
||||
<a href="{{ iten.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