Skip to content

Commit

Permalink
Add hall of fame to navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoliykmetyuk committed Aug 31, 2023
1 parent 38454ad commit 5f87c33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li {% if page.path == 'projects.md' %}class="active" {% endif %}><a href="{{ site.baseurl }}/projects.html">Projects</a></li>
<li {% if page.path == 'hall-of-fame.html' %}class="active" {% endif %}><a href="{{ site.baseurl }}/hall-of-fame.html">Hall of Fame</a></li>
<li {% if page.path == 'team.html' %}class="active" {% endif %}><a href="{{ site.baseurl }}/team.html">Team</a></li>
<li {% if page.path == 'faqs.md' %}class="active" {% endif %}><a href="{{ site.baseurl }}/faqs.html">FAQs</a></li>
<li {% if page.path == 'records.md' %}class="active" {% endif %}><a href="{{ site.baseurl }}/records.html">Records</a></li>
Expand Down
1 change: 1 addition & 0 deletions _layouts/frontpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<div class="frontpage-nav collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="{{ site.baseurl }}/projects.html">Projects</a></li>
<li><a href="{{ site.baseurl }}/hall-of-fame.html">Hall of Fame</a></li>
<li><a href="{{ site.baseurl }}/team.html">Team</a></li>
<li><a href="{{ site.baseurl }}/faqs.html">FAQs</a></li>
<li><a href="{{ site.baseurl }}/records.html">Records</a></li>
Expand Down

0 comments on commit 5f87c33

Please sign in to comment.