Fix #414; use CDNs for bootstrap,jquery

This commit is contained in:
calzoneman 2014-11-20 23:10:40 -06:00
parent da2d461941
commit e0191a50f0
18 changed files with 5397 additions and 26899 deletions

View file

@ -3,8 +3,8 @@ mixin footer
.container
p.text-muted.credit.
Copyright &copy; 2013-2014 Calvin Montgomery&nbsp;&middot;&nbsp;<a href="https://github.com/calzoneman/sync">GitHub</a>&nbsp;&middot;&nbsp;<a href="/useragreement">User Agreement</a>&nbsp;&middot;&nbsp;<a href="/contact">Contact</a>&nbsp;&middot;&nbsp;<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")

View file

@ -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")