From 012da98d7bb27ad1c0778e9712e268ada922669f Mon Sep 17 00:00:00 2001 From: Jonathan Rudenberg Date: Sat, 27 Oct 2012 20:21:52 -0400 Subject: [PATCH] Change /index to / --- layouts/_navbar.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_navbar.slim b/layouts/_navbar.slim index 1aab61b..b488654 100644 --- a/layouts/_navbar.slim +++ b/layouts/_navbar.slim @@ -1,7 +1,7 @@ .navbar.navbar-static-top .navbar-inner ul.nav - == nav_link_with_active 'Home', '/index', top: true + == 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