Skip to content

Instantly share code, notes, and snippets.

@ric03uec
Created January 27, 2012 12:43
Show Gist options
  • Save ric03uec/1688614 to your computer and use it in GitHub Desktop.
Save ric03uec/1688614 to your computer and use it in GitHub Desktop.
layout.jade
!!!
html
head
title= title
link(rel='stylesheet', href='/lib/bootstrap/bootstrap.min.css')
link(rel='stylesheet', href='/stylesheets/custom.css')
body!= body
@pjvds
Copy link

pjvds commented Oct 20, 2012

You're missing the css directory in the href to bootstrap.min.css. The path should be:

/lib/bootstrap/css/bootstrap.min.css

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment