summaryrefslogtreecommitdiff
path: root/templates/slidy.template
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-07-14 09:09:33 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2010-07-14 09:09:33 -0700
commite84126a11423e6dc339dc7abbdbcbbde6d61ae05 (patch)
tree62340bc244609bbaed4394e12a91a7f8a30f22ee /templates/slidy.template
parentfa5067c462e29c82c72fce17c23822363c5e6a77 (diff)
Slidy template: changed title page format.
Diffstat (limited to 'templates/slidy.template')
-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$