+
{{ name }}
- en-US
+ {{ language }}
Public Domain
- ePub Creator
- ePub Creator
+ {{ author }}
+ {{ publisher }}
{{ uuid }}
2012-12-12T12:12:12Z
pre-paginated
@@ -18,17 +18,19 @@
{%- for image in images %}
-
- {%- if wrap_pages %}
+
+ {%- if wrap_pages and not image.is_cover %}
{% endif %}
{%- endfor %}
-
+
{%- for image in images %}
+ {% if not image.is_cover %}
+ {% endif %}
{%- endfor %}
diff --git a/templates/page.xhtml.jinja2 b/templates/page.xhtml.jinja2
index 3fada95..1375576 100644
--- a/templates/page.xhtml.jinja2
+++ b/templates/page.xhtml.jinja2
@@ -12,7 +12,6 @@
padding: 0;
margin: 0;
}
-
body {
text-align: center;
padding: 0;
@@ -23,8 +22,8 @@
diff --git a/templates/toc.xhtml.jinja2 b/templates/toc.xhtml.jinja2
index b74ea22..5e7e1f8 100644
--- a/templates/toc.xhtml.jinja2
+++ b/templates/toc.xhtml.jinja2
@@ -9,7 +9,7 @@
{%- endif %}
- {{ current_order }} {{ chapter.title }}
+ {{ chapter.title }}
{{- chapter_to_string(chapter, current_order)|indent }}