aboutsummaryrefslogtreecommitdiff
path: root/default.epub3
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-06-21 22:48:49 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-06-21 22:48:49 -0700
commit64544dea58cc6fd50aacd8d13e019198fa7647d1 (patch)
tree491bf39c2e65b37dde47ec3eebc30cff668c626f /default.epub3
parent05719b6491d26aa0fcb6a7de64aeebfc75955267 (diff)
downloadpandoc-64544dea58cc6fd50aacd8d13e019198fa7647d1.tar.gz
Added subtitle to html and latex formats.
Diffstat (limited to 'default.epub3')
-rw-r--r--default.epub33
1 files changed, 3 insertions, 0 deletions
diff --git a/default.epub3 b/default.epub3
index ba7516052..ccd34ba85 100644
--- a/default.epub3
+++ b/default.epub3
@@ -22,6 +22,9 @@ $endfor$
<body>
$if(titlepage)$
<h1 class="title">$title$</h1>
+$if(subtitle)$
+ <h1 class="subtitle">$subtitle$</h1>
+$endif$
$for(author)$
<h2 class="author">$author$</h2>
$endfor$