Introducing Tent.

This commit is contained in:
Jonathan Rudenberg 2012-08-22 11:58:54 -04:00
parent c9d34ee0a4
commit 71357e5de1
6 changed files with 77 additions and 9 deletions

7
layouts/_navbar.slim Normal file
View file

@ -0,0 +1,7 @@
.navbar.navbar-static-top
.navbar-inner
a.brand href='/' Tent
ul.nav
== nav_link_with_active 'Intro', '/'
== nav_link_with_active 'Blog', '/blog'
== nav_link_with_active 'Docs', '/docs'