aboutsummaryrefslogtreecommitdiff
path: root/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/404.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/404.html b/templates/404.html
index 4f32abc..20bb58c 100644
--- a/templates/404.html
+++ b/templates/404.html
@@ -6,7 +6,8 @@
<body>
{{ template "nav" . }}
<main>
- <h3>404 &mdash; nothing like that here.</h3>
+ <h3>404 Not Found</h3>
+{{ template "foot" . }}
</main>
</body>
</html>