From: Michael Tremer Date: Tue, 9 Jan 2024 17:14:22 +0000 (+0000) Subject: error-pages: Show unique ID X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a81ffbed525fb98e7bfb4b5f64488ed0340fa854;p=ipfire.org.git error-pages: Show unique ID Signed-off-by: Michael Tremer --- diff --git a/src/error-pages/_includes/main.sass b/src/error-pages/_includes/main.sass index 42e10157..2ccce5cd 100644 --- a/src/error-pages/_includes/main.sass +++ b/src/error-pages/_includes/main.sass @@ -16,6 +16,7 @@ $baseurl: "https://www.michael.dev.ipfire.org" @import "../third-party/bulma/sass/elements/container.sass" @import "../third-party/bulma/sass/elements/content.sass" @import "../third-party/bulma/sass/elements/title.sass" +@import "../third-party/bulma/sass/elements/other.sass" // Helpers @import "../third-party/bulma/sass/helpers/color.sass" diff --git a/src/error-pages/_layouts/error.html b/src/error-pages/_layouts/error.html index 1d567f3c..a119e390 100644 --- a/src/error-pages/_layouts/error.html +++ b/src/error-pages/_layouts/error.html @@ -45,6 +45,12 @@ Content-Type: text/html +
+

+ %[unique-id] +

+
+
{{ content }}