aboutsummaryrefslogtreecommitdiff
path: root/templates/slidy.template
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-01-12 08:13:11 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-01-12 08:13:11 -0800
commit5da2d1e66ca0dec86b31407f6e6e9d129e5b23b5 (patch)
treee1cfe10b843a78af8dbdd95d2f7572b40e715b30 /templates/slidy.template
parentff74c51b532f05303343b4c9de3a8c392298c014 (diff)
parent91510a109f9284934fd5b6386fa23a5fc37b09bb (diff)
downloadpandoc-5da2d1e66ca0dec86b31407f6e6e9d129e5b23b5.tar.gz
Merge branch 'master' into tests
Diffstat (limited to 'templates/slidy.template')
-rw-r--r--templates/slidy.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/slidy.template b/templates/slidy.template
index f625c36e2..9cfdb8f5e 100644
--- a/templates/slidy.template
+++ b/templates/slidy.template
@@ -3,7 +3,6 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
- <title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="pandoc" />
$for(author)$
@@ -13,6 +12,7 @@ $if(date)$
<meta name="date" content="$date$" />
$endif$
$if(highlighting-css)$
+ <title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title>
<style type="text/css">
$highlighting-css$
</style>