Removing forward slash

This commit is contained in:
Amos Haviv
2013-08-07 14:36:20 +03:00
parent c11643bc03
commit 211e8309ea

View File

@@ -19,11 +19,11 @@ head
meta(property='og:site_name', content='MEAN - A Modern Stack')
meta(property='fb:admins', content='APP_ADMIN')
link(rel='stylesheet', href='/lib/bootstrap/docs/assets/css/bootstrap.css')
link(rel='stylesheet', href='/lib/bootstrap/docs/assets/css/bootstrap-responsive.css')
link(rel='stylesheet', href='/css/common.css')
link(rel='stylesheet', href='lib/bootstrap/docs/assets/css/bootstrap.css')
link(rel='stylesheet', href='lib/bootstrap/docs/assets/css/bootstrap-responsive.css')
link(rel='stylesheet', href='css/common.css')
link(rel='stylesheet', href='/css/views/articles.css')
link(rel='stylesheet', href='css/views/articles.css')
//if lt IE 9
script(src='http://html5shim.googlecode.com/svn/trunk/html5.js')