Skip to content

Commit e0e79db

Browse files
author
Florian Kissling
committed
Make "Topics" menu item .active when "announcements-4.0" is the current page.
1 parent 49b7c31 commit e0e79db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/_includes/navigation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<li{% if page.slug == "options" %} class="active"{% endif %}>
1919
<a href="./options.html">Options</a>
2020
</li>
21-
<li class="dropdown">
21+
<li class="dropdown{% if page.slug == "announcements-4.0" %} active{% endif %}">
2222
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
2323
Topics
2424
<span class="caret"></span>

0 commit comments

Comments
 (0)