aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/ie_compat.html
blob: 3cef67dac7a44c173b434ad1988c1f5f83eaa732 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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 %}