aboutsummaryrefslogtreecommitdiff
path: root/default.epub
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-11-17 15:42:00 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-11-17 15:42:00 -0800
commitc76c6c52249118e49c5dd1b99fe916724350a590 (patch)
tree34bf3585cbade72aa461ffa234c2f1605df33c3a /default.epub
parenteac006ec6d59046e0daabd318d221e71c227575e (diff)
downloadpandoc-c76c6c52249118e49c5dd1b99fe916724350a590.tar.gz
epub templates: insert id="cover" in body of cover page.
We check for the coverpage variable.
Diffstat (limited to 'default.epub')
-rw-r--r--default.epub2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.epub b/default.epub
index 0ac58248f..53993af16 100644
--- a/default.epub
+++ b/default.epub
@@ -15,7 +15,7 @@ $for(css)$
<link rel="stylesheet" type="text/css" href="$css$" />
$endfor$
</head>
-<body>
+<body$if(coverpage)$ id="cover"$endif$>
$if(titlepage)$
$for(title)$
$if(title.text)$