From 824cabcbcf66e04aac641c6479f89d9bea7991dc Mon Sep 17 00:00:00 2001 From: Jonathan Rudenberg Date: Sat, 27 Oct 2012 20:25:46 -0400 Subject: [PATCH] Fix active nav highlighting --- layouts/_navbar.slim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_navbar.slim b/layouts/_navbar.slim index b488654..fad6088 100644 --- a/layouts/_navbar.slim +++ b/layouts/_navbar.slim @@ -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