summaryrefslogtreecommitdiff
path: root/404.html
diff options
context:
space:
mode:
Diffstat (limited to '404.html')
-rw-r--r--404.html12
1 files changed, 5 insertions, 7 deletions
diff --git a/404.html b/404.html
index b7182b8..c7b7197 100644
--- a/404.html
+++ b/404.html
@@ -1,11 +1,9 @@
---
-permalink: /not-found
+permalink: /404.html
layout: default
---
-<div class="well">
- <h1>404</h1>
-
- <p><strong>{% t not_found_page.not_found %}</strong></p>
- <p>{% t not_found_page.not_found_message %}</p>
-</div>
+<div class="column">
+ <h1>404</h1>
+ <p>{% t errors.not_found %}</p>
+</div>