diff options
| author | Mark Otto <[email protected]> | 2016-07-27 09:38:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-07-27 09:38:57 -0700 |
| commit | 25901d31c26227e5ae9f63df02458291a11830d2 (patch) | |
| tree | 385eb812f792b338b42af5733d323e41f0e66b70 | |
| parent | 0fd2f8b88956020bece0cf99e7e15904bf988992 (diff) | |
| download | bootstrap-25901d31c26227e5ae9f63df02458291a11830d2.tar.xz bootstrap-25901d31c26227e5ae9f63df02458291a11830d2.zip | |
new css and js hash
| -rw-r--r-- | _config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml index 5a605020b..b89700b8e 100644 --- a/_config.yml +++ b/_config.yml @@ -38,9 +38,9 @@ themes: http://themes.getbootstrap.com cdn: # See https://www.srihash.org for info on how to generate the hashes css: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.3/css/bootstrap.min.css - css_hash: "sha384-y3tfxAZXuh4HwSYylfB+J125MxIs6mR5FOHamPBG064zB+AFeWH94NdvaCBm8qnd" + css_hash: "sha384-MIwDKRSSImVFAZCVLtU0LMDdON6KVCrZHyVQQj6e8wIEJkW4tvwqXrbMIya1vriY" js: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.3/js/bootstrap.min.js - js_hash: "sha384-vZ2WRJMwsjRMW/8U7i6PWi6AlO1L79snBrmgiDpgIWJ82z8eA5lenwvxbMV1PAh7" + js_hash: "sha384-ux8v3A6CPtOTqOzMKiuo3d/DomGaaClxFYdCu2HPMBEkf6x2xiDyJ7gkXU0MWwaD" jquery: https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js jquery_hash: "sha384-THPy051/pYDQGanwU6poAc/hOdQxjnOEXzbT+OuUAFqNqFjL+4IGLBgCJC3ZOShY" tether: https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js |
