diff options
Diffstat (limited to 'default.epub3')
-rw-r--r-- | default.epub3 | 3 |
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$ |