diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-02-09 14:12:30 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-02-09 14:12:30 -0800 |
commit | 5afde8dc767bd25cbde7a3dcbdad72b21cb1eac6 (patch) | |
tree | a0113a45d21b12bfdca90dcc530d6b6636eb8113 /data/templates | |
parent | 75c791b4fea141417fa088b9f5b9861ef57f4790 (diff) | |
download | pandoc-5afde8dc767bd25cbde7a3dcbdad72b21cb1eac6.tar.gz |
Add titlepage class to section in epub3 template.
Closes #5269.
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/default.epub3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/default.epub3 b/data/templates/default.epub3 index 0bd4a1a87..fa20fb874 100644 --- a/data/templates/default.epub3 +++ b/data/templates/default.epub3 @@ -28,7 +28,7 @@ $endfor$ </head> <body$if(coverpage)$ id="cover"$endif$$if(body-type)$ epub:type="$body-type$"$endif$> $if(titlepage)$ -<section epub:type="titlepage"> +<section epub:type="titlepage" class="titlepage"> $for(title)$ $if(title.type)$ <h1 class="$title.type$">$title.text$</h1> |