Skip to content

Commit

Permalink
Update navigation.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenterheerdt authored Jul 31, 2024
1 parent 3c042a7 commit e5cf430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/navigation.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<nav>
{% for item in site.data.navigation %}
<a href="{{ item.link }}" {% if item.link == page.url %}class="active"{% endif %}>
<a href="HAsmartirrigation/{{ item.link }}" {% if item.link == page.url %}class="active"{% endif %}>
{{ item.name }}
</a>
{% endfor %}
Expand Down

0 comments on commit e5cf430

Please sign in to comment.