mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 10:16:32 +00:00
Slidy: Use 'titlepage' instead of 'cover' for title div.
This commit is contained in:
@@ -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$
|
||||
|
||||
Reference in New Issue
Block a user