Make "Topics" menu item .active when "announcements-4.0" is the current page.
This commit is contained in:
parent
49b7c312e0
commit
e0e79dbc4e
@ -18,7 +18,7 @@
|
||||
<li{% if page.slug == "options" %} class="active"{% endif %}>
|
||||
<a href="./options.html">Options</a>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<li class="dropdown{% if page.slug == "announcements-4.0" %} active{% endif %}">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
||||
Topics
|
||||
<span class="caret"></span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user