Fix #414; use CDNs for bootstrap,jquery
This commit is contained in:
parent
da2d461941
commit
e0191a50f0
18 changed files with 5397 additions and 26899 deletions
|
|
@ -3,8 +3,8 @@ mixin footer
|
|||
.container
|
||||
p.text-muted.credit.
|
||||
Copyright © 2013-2014 Calvin Montgomery · <a href="https://github.com/calzoneman/sync">GitHub</a> · <a href="/useragreement">User Agreement</a> · <a href="/contact">Contact</a> · <a href="https://github.com/calzoneman/sync/wiki">Wiki</a>
|
||||
script(src="/js/jquery.js")
|
||||
script(src="//code.jquery.com/jquery-1.11.0.min.js")
|
||||
// Must be included before jQuery-UI since jQuery-UI overrides jQuery.fn.button
|
||||
// I should really abandon this crap one day
|
||||
script(src="//code.jquery.com/ui/1.10.3/jquery-ui.js")
|
||||
script(src="/js/bootstrap.js")
|
||||
script(src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js")
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ mixin head()
|
|||
meta(name="author", content="#{siteAuthor}")
|
||||
|
||||
title= siteTitle
|
||||
link(href="/css/bootstrap.css", rel="stylesheet")
|
||||
link(href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css", rel="stylesheet")
|
||||
//link(href="/css/bootstrap-theme.min.css", rel="stylesheet")
|
||||
link(href="/css/sticky-footer-navbar.css", rel="stylesheet")
|
||||
link(href="/css/cytube.css", rel="stylesheet")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue