1
0
mirror of synced 2025-02-16 20:13:16 +03:00

Make "Topics" menu item .active when "announcements-4.0" is the current page.

This commit is contained in:
Florian Kissling 2015-04-28 01:36:23 +02:00
parent 49b7c312e0
commit e0e79dbc4e

View File

@ -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>