From: Michael Tremer Date: Tue, 9 Jan 2024 18:44:29 +0000 (+0000) Subject: error-pages: Remove the unique ID again X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fnew-design;p=ipfire.org.git error-pages: Remove the unique ID again Signed-off-by: Michael Tremer --- diff --git a/src/error-pages/_layouts/error.html b/src/error-pages/_layouts/error.html index 1d32bf5d..45f9d382 100644 --- a/src/error-pages/_layouts/error.html +++ b/src/error-pages/_layouts/error.html @@ -39,12 +39,6 @@ Content-Type: text/html

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

{% endif %} -
-

- %[unique-id] -

-
-
{{ content }}
diff --git a/src/error-pages/assets/main.sass b/src/error-pages/assets/main.sass index e0745cf1..19e9c7a2 100644 --- a/src/error-pages/assets/main.sass +++ b/src/error-pages/assets/main.sass @@ -17,7 +17,6 @@ @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"