Skip to content

Commit

Permalink
Updated navbar links in base.html to reflect changes in current_path.
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Jun 13, 2024
1 parent d70f494 commit 0f01039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</a>

<div class="navbar-dropdown">
<a class="navbar-item {% if current_path == '/about/motivation/' %}is-active{% endif %}" href="/about/motivation/"> Motivation </a>
<a class="navbar-item {% if current_path == '/about/philosophy/' %}is-active{% endif %}" href="/about/philosophy/"> Philosophy </a>
<a class="navbar-item {% if current_path == '/about/community/' %}is-active{% endif %}" href="/about/community/"> Community </a>
</div>
</div>
Expand Down

0 comments on commit 0f01039

Please sign in to comment.