diff --git a/templates/404.html b/templates/404.html index da2fa18..472a9c0 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,6 +1,18 @@ -+++ -title = "Page not found" -template = "index.html" -+++ + + + {% set title = "Page not found" %} + {% set description = "The page you requested couldn't be found." %} + {% include "_includes/head.html" %} + + +
+ {% include "_includes/heading.html" %} -¯\_(ツ)\_/¯ Sorry! The page you want doesn't seem to exist. +
+
+

¯\_(ツ)\_/¯ Sorry! The page you want doesn't seem to exist.

+
+
+
+ + \ No newline at end of file