Fix active nav highlighting

This commit is contained in:
Jonathan Rudenberg 2012-10-27 20:25:46 -04:00
parent 012da98d7b
commit 824cabcbcf

View file

@ -1,7 +1,7 @@
.navbar.navbar-static-top .navbar.navbar-static-top
.navbar-inner .navbar-inner
ul.nav ul.nav
== nav_link_with_active 'Home', '/', top: true == nav_link_with_active 'Home', '/'
== nav_link_with_active 'About', '/about', top: true == nav_link_with_active 'About', '/about', top: true
== nav_link_with_active 'Docs', '/docs', top: true == nav_link_with_active 'Docs', '/docs', top: true
== nav_link_with_active 'Blog', '/blog', top: true == nav_link_with_active 'Blog', '/blog', top: true