]> git.ipfire.org Git - ipfire.org.git/commitdiff
error-pages: Show unique ID
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Jan 2024 17:14:22 +0000 (17:14 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Jan 2024 17:14:22 +0000 (17:14 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/error-pages/_includes/main.sass
src/error-pages/_layouts/error.html

index 42e101579d50c0afe8bf4aae6f964cff43193ab0..2ccce5cd39b49339d6907c0b133650a699eeb7c6 100644 (file)
@@ -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"
index 1d567f3c4876fca4747e47eadab36efdae329358..a119e390ef8c130136eb9546c48479bdcdc05626 100644 (file)
@@ -45,6 +45,12 @@ Content-Type: text/html
                                </div>
                        </div>
 
+                       <div class="block">
+                               <p>
+                                       <code>%[unique-id]</code>
+                               </p>
+                       </div>
+
                        <div class="content">
                                {{ content }}
                        </div>