diff options
Diffstat (limited to 'public/views/head.ejs')
-rw-r--r-- | public/views/head.ejs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public/views/head.ejs b/public/views/head.ejs index 4d6901b4..fa690108 100644 --- a/public/views/head.ejs +++ b/public/views/head.ejs @@ -32,3 +32,10 @@ <link rel="stylesheet" href="/css/index.css"> <link rel="stylesheet" href="/css/extra.css"> <link rel="stylesheet" href="/css/site.css"> +<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> +<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> +<!--[if lt IE 9]> + <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> + <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> + <script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.2.0/es5-shim.min.js"></script> +<![endif]-->
\ No newline at end of file |