diff options
Diffstat (limited to '_includes/common/bootstrap_js.html')
-rw-r--r-- | _includes/common/bootstrap_js.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_includes/common/bootstrap_js.html b/_includes/common/bootstrap_js.html index e724257..3f80e7d 100644 --- a/_includes/common/bootstrap_js.html +++ b/_includes/common/bootstrap_js.html @@ -1,5 +1,5 @@ -{% if site.minified_externals %} - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/{{ site.bootstrap_version }}/js/bootstrap.min.js"></script> +{% if site.settings.3rdparty.minified %} + <script src="https://maxcdn.bootstrapcdn.com/bootstrap/{{ site.settings.3rdparty.versions.bootstrap }}/js/bootstrap.min.js"></script> {% else %} - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/{{ site.bootstrap_version }}/js/bootstrap.js"></script> + <script src="https://maxcdn.bootstrapcdn.com/bootstrap/{{ site.settings.3rdparty.versions.bootstrap }}/js/bootstrap.js"></script> {% endif %} |