Skip to content

Commit

Permalink
add slash to route (#1904)
Browse files Browse the repository at this point in the history
Co-authored-by: Carter Anderson <[email protected]>
  • Loading branch information
MyZeD and cart authored Dec 10, 2024
1 parent b2a14db commit b1912ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/macros/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{% set class = class~" main-menu__link--active" %}
{% endif %}
<li class="main-menu__entry {{ extra_class }}">
<a href="{{ route | lower }}" class="{{ class }}">
<a href="{{ route | lower }}/" class="{{ class }}">
<span>{{ name }}</span>
</a>
</li>
Expand Down

0 comments on commit b1912ac

Please sign in to comment.