aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dunning <adunning@users.noreply.github.com>2015-10-13 22:30:55 -0400
committerAndrew Dunning <adunning@users.noreply.github.com>2015-10-13 22:30:55 -0400
commita108c1ea175f3a17cdb97ef1a22088020c6125b4 (patch)
tree9a9dee0f023380bae437ddeb1b675cd724670cee
parentd6f2a585bc838a4a90d53acd33cd65ea8e341259 (diff)
downloadpandoc-a108c1ea175f3a17cdb97ef1a22088020c6125b4.tar.gz
Move HTML5 Shiv after CSS.
Per usage notes at <https://github.com/aFarkas/html5shiv/blob/master/readme.md>.
-rw-r--r--default.html56
1 files changed, 3 insertions, 3 deletions
diff --git a/default.html5 b/default.html5
index b0e4d6cde..7c8c85235 100644
--- a/default.html5
+++ b/default.html5
@@ -12,9 +12,6 @@ $if(date-meta)$
$endif$
<title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
<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)$
<style type="text/css">q { quotes: "“" "”" "‘" "’"; }</style>
$endif$
@@ -29,6 +26,9 @@ $endfor$
$if(math)$
$math$
$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)$
$header-includes$
$endfor$