Move HTML5 Shiv after CSS.

Per usage notes at <https://github.com/aFarkas/html5shiv/blob/master/readme.md>.
This commit is contained in:
Andrew Dunning 2015-10-13 22:30:55 -04:00
parent d6f2a585bc
commit a108c1ea17

View file

@ -12,9 +12,6 @@ $if(date-meta)$
$endif$ $endif$
<title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title> <title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
<style type="text/css">code{white-space: pre;}</style> <style type="text/css">code{white-space: pre;}</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
$if(quotes)$ $if(quotes)$
<style type="text/css">q { quotes: "“" "”" "" ""; }</style> <style type="text/css">q { quotes: "“" "”" "" ""; }</style>
$endif$ $endif$
@ -29,6 +26,9 @@ $endfor$
$if(math)$ $if(math)$
$math$ $math$
$endif$ $endif$
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
$for(header-includes)$ $for(header-includes)$
$header-includes$ $header-includes$
$endfor$ $endfor$