1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-12 14:46:04 +02:00

Fix epub3 titlepage template

This commit is contained in:
Lise Henry 2023-08-09 20:03:45 +02:00
parent 5c03c6d3d7
commit 7acb19b467

View File

@ -12,12 +12,12 @@
<section epub:type = "titlepage">
<h2 class="author">{{author}}</h2>
<h1 class="title">{{title}}</h1>
{{#has_subtitle}}<h2 class="subtitle">{{subtitle}}</h2>{{/has_subtitle}}
{{#has_autograph}}
{% if has_subtitle %}<h2 class="subtitle">{{subtitle}}</h2>{% endif %}
{% if has_autograph %}
<div id = "autograph">
{{autograph}}
</div>
{{/has_autograph}}
{% endif %}
</section>
</body>
</html>