From b7b11e763c9f5efa6a24f91c76923b2b2f7870b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Mon, 18 May 2026 19:19:47 +0200 Subject: [PATCH] Add 404 page matching editorial design language MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ghost-watermark 404 numeral, italic headline "gone to press", russet CTA back to archive — same type stack and token system as the rest of the site. Co-Authored-By: Claude Sonnet 4.6 --- layouts/404.html | 68 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 layouts/404.html diff --git a/layouts/404.html b/layouts/404.html new file mode 100644 index 0000000..0e1206a --- /dev/null +++ b/layouts/404.html @@ -0,0 +1,68 @@ +{{ define "main" }} +
+ + {{/* Ghost number — decorative watermark */}} + + + {{/* Content */}} +
+ + {{/* Eyebrow */}} +
+ Plate not found +
+ + {{/* Headline */}} +

+ This plate has gone
to press
+

+ + {{/* Divider rule */}} +
+ + {{/* Body */}} +

+ The photograph you're looking for may have been moved, archived, or perhaps it was never printed. + One hundred plates remain in the archive — return and find your frame. +

+ + {{/* CTAs */}} + + + {{/* Colophon mark */}} +
+
+ Roux · Paris +
+
+ +
+
+{{ end }}