Fix active nav highlighting
This commit is contained in:
parent
012da98d7b
commit
824cabcbcf
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
.navbar.navbar-static-top
|
||||
.navbar-inner
|
||||
ul.nav
|
||||
== nav_link_with_active 'Home', '/', top: true
|
||||
== nav_link_with_active 'About', '/about', top:true
|
||||
== nav_link_with_active 'Home', '/'
|
||||
== nav_link_with_active 'About', '/about', top: true
|
||||
== nav_link_with_active 'Docs', '/docs', top: true
|
||||
== nav_link_with_active 'Blog', '/blog', top: true
|
||||
== nav_link_with_active 'Contribute', '/contribute', top: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue