]> git.ipfire.org Git - ipfire.org.git/commitdiff
error-pages: Remove the unique ID again new-design
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Jan 2024 18:44:29 +0000 (18:44 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Jan 2024 18:44:29 +0000 (18:44 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/error-pages/_layouts/error.html
src/error-pages/assets/main.sass

index 1d32bf5d03f497a8f8dc5a87d5e75ad75aafaf40..45f9d382750e267904d9f54516fbaa939208f469 100644 (file)
@@ -39,12 +39,6 @@ Content-Type: text/html
                                                <p class="subtitle">{{ page.error-code }} &dash; {{ page.error-description }}</p>
                                        {% endif %}
 
-                                       <div class="block">
-                                               <p>
-                                                       <code>%[unique-id]</code>
-                                               </p>
-                                       </div>
-
                                        <div class="content">
                                                {{ content }}
                                        </div>
index e0745cf196b016d49534a985ae48ecf154ce8a1b..19e9c7a2893c438cded1472661c7b6a885b9251c 100644 (file)
@@ -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"