diff --git a/templates/book.html b/templates/book.html index fd8f919..d10fee8 100644 --- a/templates/book.html +++ b/templates/book.html @@ -12,8 +12,6 @@ {# ── Title page ── #}
-

Eine Sammlung von

-

Das Kaleidoskop
der Schlummerwelten

Zwölf magische Geschichten für die Nacht

@@ -29,13 +27,12 @@

{{ frontMatter.title or 'Das Kaleidoskop der Schlummerwelten' }}

{% if frontMatter.author %}{{ frontMatter.author }}{% endif %}{% if frontMatter.year %}, {{ frontMatter.year }}{% endif %}

Erste Ausgabe · Alle Rechte vorbehalten.

-

Illustrationen: KI-generiert (Dreamy Watercolor / Whimsical Storybook)

{# ── Table of contents ── #}
-

Die zwölf Welten

+

Die zwölf Schlummerwelten

    {% for story in stories %}
  1. {{ story.title }}