From 6f3ee97dc588c649b38f6f8423afe1545314f70d Mon Sep 17 00:00:00 2001 From: Kevin Ross Date: Fri, 18 Mar 2016 11:33:45 -0500 Subject: [PATCH] move to jquery's recommended cdn, and make all cdns use https --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index e104024f..de52c2d3 100644 --- a/_config.yml +++ b/_config.yml @@ -53,11 +53,11 @@ cdn: # js_hash: "sha384-XXXXXXXX" # fonts - font_roboto: http://fonts.googleapis.com/css?family=Roboto:300,400,500,700 + font_roboto: https://fonts.googleapis.com/css?family=Roboto:300,400,500,700 font_icons: https://fonts.googleapis.com/icon?family=Material+Icons # VERSION is substituted in variables.rb and these are made available as site.data.cdn.* - jquery: https://ajax.googleapis.com/ajax/libs/jquery/VERSION/jquery + jquery: https://code.jquery.com/jquery-VERSION bootstrap: https://cdn.rawgit.com/twbs/bootstrap/VERSION/dist/js/bootstrap tether: https://cdn.rawgit.com/HubSpot/tether/vVERSION/dist/js/tether