egress-bootstrap
Version:
A minimal Express app template for a user account system, built with Twitter's Bootstrap.
13 lines • 534 B
text/jade
head
title #{siteName} - #{title}
meta(charset="utf-8")
meta(name="viewport", content="width=device-width, initial-scale=1.0")
meta(name="description", content="#{siteDescription}")
meta(name="author", content="#{siteAuthor}")
block styles
link(href="css/bootstrap.min.css", rel="stylesheet")
link(href="css/egress.css", rel="stylesheet")
//HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries
//[if lt IE 9]>
// script(src="js/html5shiv.js")
//<![endif]