Skip to content

Instantly share code, notes, and snippets.

@ric03uec
Created February 26, 2012 20:03
Show Gist options
  • Save ric03uec/1918723 to your computer and use it in GitHub Desktop.
Save ric03uec/1918723 to your computer and use it in GitHub Desktop.
index.jade includes
!!!
html
head
title= title
link(rel='stylesheet', href='/stylesheets/bootstrap/bootstrap.min.css')
link(rel='stylesheet', href='/stylesheets/bootstrap/bootstrap-responsive.min.css')
link(rel='stylesheet', href='/stylesheets/custom.css')
script(type='text/javascript', src='/js/lib/jquery/jquery-1.7.1.js')
script(type='text/javascript', src='/js/lib/bootstrap/bootstrap-modal.js')
script(type='text/javascript', src='/js/index.js');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment