summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/slidy.template11
1 files changed, 8 insertions, 3 deletions
diff --git a/templates/slidy.template b/templates/slidy.template
index b7713ebe2..9278282dc 100644
--- a/templates/slidy.template
+++ b/templates/slidy.template
@@ -9,7 +9,9 @@
$for(author)$
<meta name="author" content="$author$" />
$endfor$
+$if(date)$
<meta name="date" content="$date$" />
+$endif$
$if(highlighting)$
<style type="text/css">
table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode, table.sourceCode pre { margin: 0; padding: 0; border: 0; vertical-align: baseline; border: none; }
@@ -53,9 +55,12 @@ $endfor$
$if(title)$
<div class="slide cover title">
<h1 class="title">$title$</h1>
-$for(author)$
- <p class="author">$author$</p>
-$endfor$
+ <h3 class="author">
+$for(author)$$author$$sep$<br/>$endfor$
+ </h3>
+$if(date)$
+ <h4 class="date">$date$</h4>
+$endif$
</div>
$endif$
$body$