summaryrefslogtreecommitdiff
path: root/templates/default.slidy
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default.slidy')
-rw-r--r--templates/default.slidy29
1 files changed, 6 insertions, 23 deletions
diff --git a/templates/default.slidy b/templates/default.slidy
index 75d2ebedd..86ccfd28d 100644
--- a/templates/default.slidy
+++ b/templates/default.slidy
@@ -4,31 +4,22 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
-$for(author)$
- <meta name="author" content="$author$" />
+$for(author-meta)$
+ <meta name="author" content="$author-meta$" />
$endfor$
-$if(date)$
- <meta name="date" content="$date$" />
+$if(date-meta)$
+ <meta name="date" content="$date-meta$" />
$endif$
-$if(highlighting-css)$
<title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title>
+$if(highlighting-css)$
<style type="text/css">
-/*<![CDATA[*/
$highlighting-css$
-/*]]>*/
</style>
$endif$
-$if(slidy-css)$
- <style type="text/css">
-/*<![CDATA[*/
-$slidy-css$
-/*]]>*/
- </style>
-$else$
<link rel="stylesheet" type="text/css" media="screen, projection, print"
href="$slidy-url$/styles/slidy.css" />
-$endif$
$for(css)$
<link rel="stylesheet" type="text/css" media="screen, projection, print"
href="$css$" />
@@ -39,16 +30,8 @@ $endif$
$for(header-includes)$
$header-includes$
$endfor$
-$if(slidy-js)$
-<script type="text/javascript" charset="utf-8">
-/*<![CDATA[*/
-$slidy-js$
-/*]]>*/
-</script>
-$else$
<script src="$slidy-url$/scripts/slidy.js.gz"
charset="utf-8" type="text/javascript"></script>
-$endif$
$if(duration)$
<meta name="duration" content="$duration$" />
$endif$