aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--404.html10
-rw-r--r--404.md9
2 files changed, 9 insertions, 10 deletions
diff --git a/404.html b/404.html
deleted file mode 100644
index b1995ce..0000000
--- a/404.html
+++ /dev/null
@@ -1,10 +0,0 @@
----
-permalink: /404
-layout: default
----
-
- <h2>404</h2>
-
- <p><strong>Page not found :(</strong></p>
- <p>The requested page could not be found. Try going <a href="/">back to the homepage</a>.</p>
- <hr>
diff --git a/404.md b/404.md
new file mode 100644
index 0000000..671a0a6
--- /dev/null
+++ b/404.md
@@ -0,0 +1,9 @@
+---
+title: 404 Page Not Found
+layout: page
+permalink: "404/"
+---
+
+<p><strong>Page not found :(</strong></p>
+<p>The requested page could not be found. Try going <a href="/">back to the homepage</a>.</p>
+<hr> \ No newline at end of file