diff options
| author | Zac Echola <[email protected]> | 2015-08-20 09:00:59 -0500 |
|---|---|---|
| committer | Zac Echola <[email protected]> | 2015-08-20 09:00:59 -0500 |
| commit | 0cc0e1bccd09568be1d1306b1ddb9aabf3c8fa98 (patch) | |
| tree | 122e030ddb3372ed5494f183141214cf39963508 | |
| parent | 323b9b13207c46ba835cf3a87ba9213ff19d7555 (diff) | |
| download | bootstrap-0cc0e1bccd09568be1d1306b1ddb9aabf3c8fa98.tar.xz bootstrap-0cc0e1bccd09568be1d1306b1ddb9aabf3c8fa98.zip | |
Add jquery cdn link
| -rw-r--r-- | _config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index c4840edad..b0b4019b7 100644 --- a/_config.yml +++ b/_config.yml @@ -39,3 +39,4 @@ cdn: css: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css css_theme: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css js: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js + jquery: https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js |
