mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-15 11:10:36 +03:00
move to jquery's recommended cdn, and make all cdns use https
This commit is contained in:
parent
ff6af839e2
commit
6f3ee97dc5
|
@ -53,11 +53,11 @@ cdn:
|
||||||
# js_hash: "sha384-XXXXXXXX"
|
# js_hash: "sha384-XXXXXXXX"
|
||||||
|
|
||||||
# fonts
|
# 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
|
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.*
|
# 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
|
bootstrap: https://cdn.rawgit.com/twbs/bootstrap/VERSION/dist/js/bootstrap
|
||||||
tether: https://cdn.rawgit.com/HubSpot/tether/vVERSION/dist/js/tether
|
tether: https://cdn.rawgit.com/HubSpot/tether/vVERSION/dist/js/tether
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user