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 3487b24 commit 3896f29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/_includes/navigation.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<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> |
{% endfor %}
</nav>
{{ item.link }}
{{ page.url }}

0 comments on commit 3896f29

Please sign in to comment.