added some bootstrap

This commit is contained in:
ang-st
2015-03-31 03:25:25 +01:00
parent 7fa036ec2b
commit 712fa6d5b7
7 changed files with 203 additions and 9 deletions

View File

@@ -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

View File

@@ -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"