summaryrefslogtreecommitdiffstats
path: root/default.epub3
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-12-17 23:50:10 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-12-17 23:50:10 -0800
commitec3c244381ad767c2c8ac9e4328e8c8ea2406ffa (patch)
treea116e5bde6395f0084d2adc8d950b1238c856eea /default.epub3
parentea3841573fe83d8e101d70cbd78a1d6aa4bd6a21 (diff)
downloadpandoc-templates-ec3c244381ad767c2c8ac9e4328e8c8ea2406ffa.tar.gz
pandoc-templates-ec3c244381ad767c2c8ac9e4328e8c8ea2406ffa.zip
Updated templates for pandoc 2.11.3
Diffstat (limited to 'default.epub3')
-rw-r--r--default.epub32
1 files changed, 1 insertions, 1 deletions
diff --git a/default.epub3 b/default.epub3
index 4f5bd66..fc4fa76 100644
--- a/default.epub3
+++ b/default.epub3
@@ -49,7 +49,7 @@ $endif$
49$else$ 49$else$
50$if(coverpage)$ 50$if(coverpage)$
51<div id="cover-image"> 51<div id="cover-image">
52<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<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="xMidYMid">
53<image width="$cover-image-width$" height="$cover-image-height$" xlink:href="../media/$cover-image$" /> 53<image width="$cover-image-width$" height="$cover-image-height$" xlink:href="../media/$cover-image$" />
54</svg> 54</svg>
55</div> 55</div>