diff options
Diffstat (limited to 'default.epub3')
-rw-r--r-- | default.epub3 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/default.epub3 b/default.epub3 index 421088ec2..0325d53eb 100644 --- a/default.epub3 +++ b/default.epub3 @@ -18,6 +18,9 @@ $endif$ $for(css)$ <link rel="stylesheet" type="text/css" href="$css$" /> $endfor$ +$for(header-includes)$ + $header-includes$ +$endfor$ </head> <body$if(coverpage)$ id="cover"$endif$> $if(titlepage)$ @@ -36,7 +39,7 @@ $for(author)$ <h2 class="author">$author$</h2> $endfor$ $for(creator)$ - <h2 class="$creator.type$">$creator.text$</h2> + <h2 class="$creator.role$">$creator.text$</h2> $endfor$ $if(publisher)$ <p class="publisher">$publisher$</p> @@ -49,7 +52,13 @@ $if(rights)$ $endif$ </section> $else$ +$for(include-before)$ +$include-before$ +$endfor$ $body$ +$for(include-after)$ +$include-after$ +$endfor$ $endif$ </body> </html> |