diff options
Diffstat (limited to 'layouts/404.html')
-rw-r--r-- | layouts/404.html | 4 |
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" -}} |