diff options
Diffstat (limited to '404.html')
-rw-r--r-- | 404.html | 15 |
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> |