Skip to content

Commit

Permalink
Add Bio item to nav
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Mar 23, 2024
1 parent c100265 commit 35bafad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
<li class="nav-item">
<a class="nav-link {% if current[1] == 'about' %} active {% endif %}>" aria-current="page" href="{{ site.baseurl }}/about">ACERCA-DE</a>
</li>
<li class="nav-item">
<a class="nav-link {% if current[1] == 'bio' %} active {% endif %}>" aria-current="page" href="{{ site.baseurl }}/bio">BIO</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
IDIOMA
Expand Down

0 comments on commit 35bafad

Please sign in to comment.