Created
January 27, 2012 12:43
-
-
Save ric03uec/1688614 to your computer and use it in GitHub Desktop.
layout.jade
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!!! | |
html | |
head | |
title= title | |
link(rel='stylesheet', href='/lib/bootstrap/bootstrap.min.css') | |
link(rel='stylesheet', href='/stylesheets/custom.css') | |
body!= body | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're missing the
css
directory in the href tobootstrap.min.css
. The path should be:/lib/bootstrap/css/bootstrap.min.css