Skip to content

Commit

Permalink
Fixed html error
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmonsour committed Mar 10, 2024
1 parent c4df9a0 commit 0cc12d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/header.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<nav>
<ul>
{% for link in site.mainNavLinks %}
<li><a href="{{ link.url }}"{% if page.url == link.url %}aria-current="page"{% endif %}>{{ link.text }}</a></li>
<li><a href="{{ link.url }}"{% if page.url == link.url %} aria-current="page"{% endif %}>{{ link.text }}</a></li>
{% endfor %}
</ul>
</nav>
Expand Down

0 comments on commit 0cc12d6

Please sign in to comment.