s5 : Add titleslide class to title slide.

This commit is contained in:
John MacFarlane 2011-12-20 11:34:32 -08:00
parent 15fb6a91bb
commit 28b99e57c7

View file

@ -55,7 +55,7 @@ $endfor$
</div> </div>
<div class="presentation"> <div class="presentation">
$if(title)$ $if(title)$
<div class="slide"> <div class="titleslide slide">
<h1>$title$</h1> <h1>$title$</h1>
<h2>$for(author)$$author$$sep$<br/>$endfor$</h2> <h2>$for(author)$$author$$sep$<br/>$endfor$</h2>
<h3>$date$</h3> <h3>$date$</h3>