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