added some bootstrap
This commit is contained in:
@@ -3,4 +3,18 @@ html
|
||||
head
|
||||
title= title
|
||||
link(rel='stylesheet', href='/stylesheets/style.css')
|
||||
body!= body
|
||||
link(rel='stylesheet', href='http://lbesson.bitbucket.org/md/themes/cyborg.min.css')
|
||||
link(rel='stylesheet', href='http://lbesson.bitbucket.org/md/themes/bootstrap-responsive.min.css')
|
||||
body
|
||||
nav.navbar.navbar-default
|
||||
div.container-fluid
|
||||
ul.nav.nav-pills
|
||||
li(role="presentation" )
|
||||
a(href="#") one
|
||||
li(role="presentation")
|
||||
a(href="#") two
|
||||
li(role="presentation" )
|
||||
a(href="#") three
|
||||
|
||||
block body
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
include ./layout.jade
|
||||
h1= title
|
||||
.article!= html
|
||||
a(href="/" + name + "/edit")= "Edit this Page"
|
||||
.container-fluid
|
||||
h1= title
|
||||
|
||||
.document!= html
|
||||
a(href="/" + name + "/edit")= "Edit this Page"
|
||||
|
||||
Reference in New Issue
Block a user