diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-07-06 16:58:31 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-07-06 17:24:41 -0700 |
commit | eb6cdbb6f88967d5965037887a5ebdee376aefc2 (patch) | |
tree | e793cadb39cdb970a9b561b223381720c424f6a3 | |
parent | 5c3b1575ac64bc59959c9ace61aad132b914607a (diff) | |
download | pandoc-eb6cdbb6f88967d5965037887a5ebdee376aefc2.tar.gz |
Slidy: Use 'titlepage' instead of 'cover' for title div.
-rw-r--r-- | templates/slidy.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/slidy.template b/templates/slidy.template index adcb41fc1..8db862c9e 100644 --- a/templates/slidy.template +++ b/templates/slidy.template @@ -52,7 +52,7 @@ $for(include-before)$ $include-before$ $endfor$ $if(title)$ -<div class="slide cover title"> +<div class="slide titlepage"> <h1 class="title">$title$</h1> <p class="author"> $for(author)$$author$$sep$<br/>$endfor$ |