aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/bootstrap_js.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/bootstrap_js.html')
-rw-r--r--_includes/bootstrap_js.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/_includes/bootstrap_js.html b/_includes/bootstrap_js.html
new file mode 100644
index 0000000..e724257
--- /dev/null
+++ b/_includes/bootstrap_js.html
@@ -0,0 +1,5 @@
+{% if site.minified_externals %}
+ <script src="https://maxcdn.bootstrapcdn.com/bootstrap/{{ site.bootstrap_version }}/js/bootstrap.min.js"></script>
+{% else %}
+ <script src="https://maxcdn.bootstrapcdn.com/bootstrap/{{ site.bootstrap_version }}/js/bootstrap.js"></script>
+{% endif %}