From bef9f4edbb40d0e3c29c581086d9d2158d8cd1f2 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 9 Jan 2024 18:34:56 +0000 Subject: [PATCH] error-pages: Move content to the correct place Signed-off-by: Michael Tremer --- src/error-pages/_layouts/error.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/error-pages/_layouts/error.html b/src/error-pages/_layouts/error.html index 5128b232..1d32bf5d 100644 --- a/src/error-pages/_layouts/error.html +++ b/src/error-pages/_layouts/error.html @@ -38,17 +38,17 @@ Content-Type: text/html {% if page.error-description %}

{{ page.error-code }} ‐ {{ page.error-description }}

{% endif %} - - -
-

- %[unique-id] -

-
+
+

+ %[unique-id] +

+
-
- {{ content }} +
+ {{ content }} +
+
-- 2.47.3