tent.io/layouts/_navbar.slim
Jonathan Rudenberg 012da98d7b Change /index to /
2012-10-27 20:21:52 -04:00

8 lines
347 B
Text

.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 'Docs', '/docs', top: true
== nav_link_with_active 'Blog', '/blog', top: true
== nav_link_with_active 'Contribute', '/contribute', top: true