From 5b95645185ed8733cd790e5e9b5c7b0df083988c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 3 May 2026 18:51:51 +0200 Subject: [PATCH] Refine title page and TOC copy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove eyebrow text and leading rule from title page — title now leads directly - Remove illustration credit from imprint page - TOC heading: "Die zwölf Welten" → "Die zwölf Schlummerwelten" Co-Authored-By: Claude Sonnet 4.6 --- templates/book.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 }}