From 462dd261c3a192e05f548d0c9b90b8cb03ca2e27 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 11 Nov 2017 15:36:08 +0000 Subject: [PATCH] Add 404 page --- layouts/404.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 layouts/404.html diff --git a/layouts/404.html b/layouts/404.html new file mode 100644 index 0000000..319b7fc --- /dev/null +++ b/layouts/404.html @@ -0,0 +1,8 @@ +{{ define "main" }} +
+
+

There's nothing here!

+

The page you were looking for could not be found

+
+
+{{ end }}