From 7acb19b467983e0f433eeebe9b0edf43e67581c8 Mon Sep 17 00:00:00 2001 From: Lise Henry Date: Wed, 9 Aug 2023 20:03:45 +0200 Subject: [PATCH] Fix epub3 titlepage template --- templates/epub3/titlepage.xhtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/epub3/titlepage.xhtml b/templates/epub3/titlepage.xhtml index 4da524a..2a9c264 100644 --- a/templates/epub3/titlepage.xhtml +++ b/templates/epub3/titlepage.xhtml @@ -12,12 +12,12 @@

{{author}}

{{title}}

- {{#has_subtitle}}

{{subtitle}}

{{/has_subtitle}} - {{#has_autograph}} + {% if has_subtitle %}

{{subtitle}}

{% endif %} + {% if has_autograph %}
{{autograph}}
- {{/has_autograph}} + {% endif %}