aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.html58
-rw-r--r--default.latex3
2 files changed, 6 insertions, 5 deletions
diff --git a/default.html5 b/default.html5
index 14bff6286..7c8c85235 100644
--- a/default.html5
+++ b/default.html5
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html$if(lang)$ lang="$lang$"$endif$>
+<html$if(lang)$ lang="$lang$"$endif$$if(dir)$ dir="$dir$"$endif$>
<head>
<meta charset="utf-8">
<meta name="generator" content="pandoc">
@@ -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="http://html5shim.googlecode.com/svn/trunk/html5.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$
diff --git a/default.latex b/default.latex
index 14b413440..0579f304d 100644
--- a/default.latex
+++ b/default.latex
@@ -76,7 +76,8 @@ $endif$
citecolor=$if(citecolor)$$citecolor$$else$blue$endif$,
urlcolor=$if(urlcolor)$$urlcolor$$else$blue$endif$,
linkcolor=$if(linkcolor)$$linkcolor$$else$magenta$endif$,
- pdfborder={0 0 0}}
+ pdfborder={0 0 0}
+ $if(hidelinks)$,hidelinks,$endif$}
\urlstyle{same} % don't use monospace font for urls
$if(lang)$
\ifxetex