summaryrefslogtreecommitdiff
path: root/404.liquid
diff options
context:
space:
mode:
Diffstat (limited to '404.liquid')
-rw-r--r--404.liquid9
1 files changed, 9 insertions, 0 deletions
diff --git a/404.liquid b/404.liquid
new file mode 100644
index 0000000..c7b7197
--- /dev/null
+++ b/404.liquid
@@ -0,0 +1,9 @@
+---
+permalink: /404.html
+layout: default
+---
+
+<div class="column">
+ <h1>404</h1>
+ <p>{% t errors.not_found %}</p>
+</div>