aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2023-08-02 11:26:48 +0200
committerJulien Dessaux2023-08-02 11:26:48 +0200
commitfb9e4ffd7d94b5bf93d2bc6103320ad391ae793a (patch)
tree1d6f3fe12c5d8ce497f11ad0bde5f807bb21c878
parentAdded space traders blog article (diff)
downloadwww-fb9e4ffd7d94b5bf93d2bc6103320ad391ae793a.tar.gz
www-fb9e4ffd7d94b5bf93d2bc6103320ad391ae793a.tar.bz2
www-fb9e4ffd7d94b5bf93d2bc6103320ad391ae793a.zip
Fixed 404 error page theme when javascript not deactivated
-rw-r--r--layouts/404.html4
1 files changed, 1 insertions, 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" }}
<!doctype html>
-<html class="no-js" lang="en">
+<html class="black-theme" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/static/favicon.ico">
-
-
{{ $base := resources.Get "base.css" -}}
{{- $code := resources.Get "code.css" -}}
{{- $footer := resources.Get "footer.css" -}}