aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/common/ie_compat.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/ie_compat.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/ie_compat.html')
-rw-r--r--_includes/common/ie_compat.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/_includes/common/ie_compat.html b/_includes/common/ie_compat.html
new file mode 100644
index 0000000..3cef67d
--- /dev/null
+++ b/_includes/common/ie_compat.html
@@ -0,0 +1,11 @@
+{% if site.minified_externals %}
+ <!--[if lt IE 9]>
+ <script src="https://oss.maxcdn.com/html5shiv/{{ site.html5shiv_version }}/html5shiv.min.js"></script>
+ <script src="https://oss.maxcdn.com/respond/{{ site.respond_version }}/respond.min.js"></script>
+ <![endif]-->
+{% else %}
+ <!--[if lt IE 9]>
+ <script src="https://oss.maxcdn.com/html5shiv/{{ site.html5shiv_version }}/html5shiv.js"></script>
+ <script src="https://oss.maxcdn.com/respond/{{ site.respond_version }}/respond.js"></script>
+ <![endif]-->
+{% endif %}