summaryrefslogtreecommitdiff
path: root/404.html
diff options
context:
space:
mode:
authorHombreLaser <buran@silosneeded.com>2024-05-05 19:51:24 -0600
committerHombreLaser <buran@silosneeded.com>2024-05-05 19:51:24 -0600
commit30c268fdabca62c7c4df6e8db7426666fc2be66a (patch)
tree8042bfd5d1ebee1ef492b9f1f8cac0e1c4c22438 /404.html
parentbf2c057eece0e777036110526eb488b364dff108 (diff)
Change interface
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>