From fb9e4ffd7d94b5bf93d2bc6103320ad391ae793a Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 2 Aug 2023 11:26:48 +0200 Subject: Fixed 404 error page theme when javascript not deactivated --- layouts/404.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/layouts/404.html b/layouts/404.html index a0c2c94..5268251 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,14 +1,12 @@ {{ $title := "Page Not Found" }} - + - - {{ $base := resources.Get "base.css" -}} {{- $code := resources.Get "code.css" -}} {{- $footer := resources.Get "footer.css" -}} -- cgit v1.2.3