Skip to content

Commit

Permalink
updating nav
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenterheerdt committed Jul 31, 2024
1 parent 92807d8 commit 3487b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_includes/navigation.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<nav>
{% for item in site.data.navigation %}
{ {% for item in site.data.navigation %}
<a href="{{ item.link }}" {% if item.link == page.url %}class="active"{% endif %}>
{{ item.name }}
</a>
</a> |
{% endfor %}
</nav>

0 comments on commit 3487b24

Please sign in to comment.