aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/common/bootstrap_js.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-11-05 20:39:13 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-11-05 20:39:13 +0300
commit68073adacff5fec44d7e541a3a6f926f7b305843 (patch)
treed42304b004461e04e58ba7d41139f290a5aac78a /_includes/common/bootstrap_js.html
parentadd serve.sh (same as serve.bat) (diff)
downloadegor-tensin.github.io-68073adacff5fec44d7e541a3a6f926f7b305843.tar.gz
egor-tensin.github.io-68073adacff5fec44d7e541a3a6f926f7b305843.zip
_includes/ -> _includes/common/
Diffstat (limited to '_includes/common/bootstrap_js.html')
-rw-r--r--_includes/common/bootstrap_js.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/_includes/common/bootstrap_js.html b/_includes/common/bootstrap_js.html
new file mode 100644
index 0000000..e724257
--- /dev/null
+++ b/_includes/common/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 %}