Skip to content

Commit

Permalink
Update navbar.html
Browse files Browse the repository at this point in the history
  • Loading branch information
luost26 committed Jul 17, 2024
1 parent b098750 commit b8e057c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
<ul class="navbar-nav ml-auto">
{% for item in site.data.navigation.pages %}
<li class="nav-item {% if item.name == page.navbar_title %}active{% endif %}">
<a class="nav-link" href="{{ item.url | relative_url }}">{{ item.name }}
{% if item.name == page.navbar_title %}<span class="sr-only">(current)</span>{% endif %}
</a>
<a class="nav-link" href="{{ item.url | relative_url }}">{{ item.name }}</a>
</li>
{% endfor %}
</ul>
Expand Down

0 comments on commit b8e057c

Please sign in to comment.