aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/common/ie_compat.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-10 03:52:07 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-10 03:52:41 +0300
commit204e1fde2bfbc1476747566b5de66efbc97e659e (patch)
tree78a13f04fb7c7e26551d148766a8454903f4d09c /_includes/common/ie_compat.html
parentREADME: update (diff)
downloadjekyll-theme-204e1fde2bfbc1476747566b5de66efbc97e659e.tar.gz
jekyll-theme-204e1fde2bfbc1476747566b5de66efbc97e659e.zip
_includes: move tiny includes to the larger ones
Diffstat (limited to '')
-rw-r--r--_includes/common/ie_compat.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/_includes/common/ie_compat.html b/_includes/common/ie_compat.html
deleted file mode 100644
index 494d971..0000000
--- a/_includes/common/ie_compat.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% if site.settings.3rdparty.minified %}
- <!--[if lt IE 9]>
- <script src="https://oss.maxcdn.com/html5shiv/{{ site.settings.3rdparty.versions.html5shiv }}/html5shiv.min.js"></script>
- <script src="https://oss.maxcdn.com/respond/{{ site.settings.3rdparty.versions.respond }}/respond.min.js"></script>
- <![endif]-->
-{% else %}
- <!--[if lt IE 9]>
- <script src="https://oss.maxcdn.com/html5shiv/{{ site.settings.3rdparty.versions.html5shiv }}/html5shiv.js"></script>
- <script src="https://oss.maxcdn.com/respond/{{ site.settings.3rdparty.versions.respond }}/respond.js"></script>
- <![endif]-->
-{% endif %}