소스 검색

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

Florian Kissling 10 년 전
부모
커밋
e0e79dbc4e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/_includes/navigation.html

+ 1 - 1
docs/_includes/navigation.html

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