diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-11-17 15:42:00 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-11-17 15:42:00 -0800 |
commit | c76c6c52249118e49c5dd1b99fe916724350a590 (patch) | |
tree | 34bf3585cbade72aa461ffa234c2f1605df33c3a /default.epub | |
parent | eac006ec6d59046e0daabd318d221e71c227575e (diff) | |
download | pandoc-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.epub | 2 |
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)$ |