aboutsummaryrefslogtreecommitdiff
path: root/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/404.html')
-rw-r--r--templates/404.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/404.html b/templates/404.html
index cb61c83..4f32abc 100644
--- a/templates/404.html
+++ b/templates/404.html
@@ -1,13 +1,13 @@
{{ define "404" }}
<!DOCTYPE html>
<html>
- <title>404</title>
+ <title>404</title>
{{ template "head" . }}
- <body>
- {{ template "nav" . }}
- <main>
- <h3>404 &mdash; nothing like that here.</h3>
- </main>
- </body>
+ <body>
+ {{ template "nav" . }}
+ <main>
+ <h3>404 &mdash; nothing like that here.</h3>
+ </main>
+ </body>
</html>
{{ end }}