Add polyfills
This commit is contained in:
parent
e79f81e2ba
commit
afd406a41e
|
@ -2,6 +2,7 @@
|
||||||
<html lang='en' class='no-js {{ page.html_class }}'>
|
<html lang='en' class='no-js {{ page.html_class }}'>
|
||||||
<head>
|
<head>
|
||||||
{% include meta.html %}
|
{% include meta.html %}
|
||||||
|
{% include polyfills.html %}
|
||||||
<style>html{opacity:0}</style>
|
<style>html{opacity:0}</style>
|
||||||
<link href="http://ricostacruz.com/til/assets/style.css?t={{ timestamp }}" rel="stylesheet" />
|
<link href="http://ricostacruz.com/til/assets/style.css?t={{ timestamp }}" rel="stylesheet" />
|
||||||
<link href="{{base}}/assets/style.css?t={{ timestamp }}" rel="stylesheet" />
|
<link href="{{base}}/assets/style.css?t={{ timestamp }}" rel="stylesheet" />
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script src='//cdnjs.cloudflare.com/ajax/libs/json2/20140204/json2.js'>
|
||||||
|
<script src='//cdnjs.cloudflare.com/ajax/libs/selectivizr/1.0.2/selectivizr-min.js'>
|
||||||
|
<script src='//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.js'>
|
||||||
|
<script src='//cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.js'>
|
||||||
|
<![endif]-->
|
Loading…
Reference in New Issue