summaryrefslogtreecommitdiff
path: root/404.html
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-03-30 02:46:14 -0400
committerBen Burwell <ben@benburwell.com>2015-03-30 02:46:14 -0400
commit2b59a0f8355ae8b4bf71cf5c2a365de91f5ebe1b (patch)
treebaaeeeccef58a402b328b1abbdd667dca7e6b5f7 /404.html
parent475275e0bb1d7e494ff3579595bf0e8dcda8474a (diff)
redesign
Diffstat (limited to '404.html')
-rw-r--r--404.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/404.html b/404.html
new file mode 100644
index 0000000..30c250c
--- /dev/null
+++ b/404.html
@@ -0,0 +1,15 @@
+---
+title: Well, this is embarrassing.
+description: Page not found — that’s a 404 :(
+layout: master
+---
+
+<h1>404 - Not Found</h1>
+
+<p>Perhaps you'd be interested in one of the following?</p>
+
+<ul>
+ {% for post in site.posts limit:5 %}
+ <li><a href="{{ post.url }}">{{ post.title }}</a></li>
+ {% endfor %}
+</ul>