summaryrefslogtreecommitdiffstats
path: root/default.epub2
diff options
context:
space:
mode:
Diffstat (limited to 'default.epub2')
-rw-r--r--default.epub28
1 files changed, 8 insertions, 0 deletions
diff --git a/default.epub2 b/default.epub2
index afcf96a..f440134 100644
--- a/default.epub2
+++ b/default.epub2
@@ -46,6 +46,13 @@ $if(rights)$
46 <div class="rights">$rights$</div> 46 <div class="rights">$rights$</div>
47$endif$ 47$endif$
48$else$ 48$else$
49$if(coverpage)$
50<div id="cover-image">
51<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="100%" height="100%" viewBox="0 0 $cover-image-width$ $cover-image-height$" preserveAspectRatio="none">
52<image width="$cover-image-width$" height="$cover-image-height$" xlink:href="../media/$cover-image$" />
53</svg>
54</div>
55$else$
49$for(include-before)$ 56$for(include-before)$
50$include-before$ 57$include-before$
51$endfor$ 58$endfor$
@@ -54,6 +61,7 @@ $for(include-after)$
54$include-after$ 61$include-after$
55$endfor$ 62$endfor$
56$endif$ 63$endif$
64$endif$
57</body> 65</body>
58</html> 66</html>
59 67