aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-07-18 22:08:52 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2010-07-18 22:08:52 -0700
commit0d2930f6d1b58c5c3b72b8b9f4bb66c94202d435 (patch)
treedde462527cae5b2dc950117b943e1e7ce6e0e6ab /templates
parent85f8c51b640a127f77067903cdbddec05bd3a77b (diff)
downloadpandoc-0d2930f6d1b58c5c3b72b8b9f4bb66c94202d435.tar.gz
Slidy template: small improvements.
Use gzipped version of script for faster loading. Rearranged cover page.
Diffstat (limited to 'templates')
-rw-r--r--templates/slidy.template8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/slidy.template b/templates/slidy.template
index d43d7b96d..48dc61846 100644
--- a/templates/slidy.template
+++ b/templates/slidy.template
@@ -28,7 +28,7 @@ $endif$
$for(header-includes)$
$header-includes$
$endfor$
- <script src="http://www.w3.org/Talks/Tools/Slidy/slidy.js"
+ <script src="http://www.w3.org/Talks/Tools/Slidy/slidy.js.gz"
charset="utf-8" type="text/javascript"></script>
</head>
<body>
@@ -38,11 +38,11 @@ $endfor$
$if(title)$
<div class="slide cover title">
<h1 class="title">$title$</h1>
- <h3 class="author">
+ <p class="author">
$for(author)$$author$$sep$<br/>$endfor$
- </h3>
+ </p>
$if(date)$
- <h4 class="date">$date$</h4>
+ <p class="date">$date$</p>
$endif$
</div>
$endif$