From: Heinrich Fenkart Date: Thu, 30 Oct 2014 06:20:41 +0000 (+0100) Subject: Use jsDelivr CDN until BootstrapCDN gets updated X-Git-Tag: v3.3.1~70^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea23969150e7329dd4e996b844db0282c4d2319d;p=thirdparty%2Fbootstrap.git Use jsDelivr CDN until BootstrapCDN gets updated --- diff --git a/_config.yml b/_config.yml index a936a3dde7..e7b86d3559 100644 --- a/_config.yml +++ b/_config.yml @@ -27,6 +27,6 @@ blog: http://blog.getbootstrap.com expo: http://expo.getbootstrap.com cdn: - css: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css - css_theme: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap-theme.min.css - js: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js + css: https://cdn.jsdelivr.net/bootstrap/3.3.0/css/bootstrap.min.css + css_theme: https://cdn.jsdelivr.net/bootstrap/3.3.0/css/bootstrap-theme.min.css + js: https://cdn.jsdelivr.net/bootstrap/3.3.0/js/bootstrap.min.js