diff options
Diffstat (limited to '_config.yml')
| -rw-r--r-- | _config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 7aa58d120..56b538a88 100644 --- a/_config.yml +++ b/_config.yml @@ -36,6 +36,9 @@ expo: http://expo.getbootstrap.com themes: http://themes.getbootstrap.com cdn: + # See https://www.srihash.org for info on how to generate the hashes css: https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/css/bootstrap.css + css_hash: "sha384-XXXXXXXX" js: https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/js/bootstrap.js + js_hash: "sha384-XXXXXXXX" jquery: https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js |
