diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-03-03 11:28:56 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-03-03 11:28:56 -0800 |
commit | c47460fce5cebb17f2ecb1ad195d244c75887d8c (patch) | |
tree | 85c2e72750473c9ea3141e93aae0280ed4992f20 /default.epub3 | |
parent | 0be17b21ce1954f16f07a495cb1062145b4d69df (diff) | |
download | pandoc-templates-c47460fce5cebb17f2ecb1ad195d244c75887d8c.tar.gz pandoc-templates-c47460fce5cebb17f2ecb1ad195d244c75887d8c.zip |
Updated templates for pandoc 2.7
Diffstat (limited to 'default.epub3')
-rw-r--r-- | default.epub3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.epub3 b/default.epub3 index 0bd4a1a..fa20fb8 100644 --- a/default.epub3 +++ b/default.epub3 | |||
@@ -28,7 +28,7 @@ $endfor$ | |||
28 | </head> | 28 | </head> |
29 | <body$if(coverpage)$ id="cover"$endif$$if(body-type)$ epub:type="$body-type$"$endif$> | 29 | <body$if(coverpage)$ id="cover"$endif$$if(body-type)$ epub:type="$body-type$"$endif$> |
30 | $if(titlepage)$ | 30 | $if(titlepage)$ |
31 | <section epub:type="titlepage"> | 31 | <section epub:type="titlepage" class="titlepage"> |
32 | $for(title)$ | 32 | $for(title)$ |
33 | $if(title.type)$ | 33 | $if(title.type)$ |
34 | <h1 class="$title.type$">$title.text$</h1> | 34 | <h1 class="$title.type$">$title.text$</h1> |