summaryrefslogtreecommitdiff
path: root/404.html
blob: cc384db5df0de16649c52a225d6da2cab4b1de8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: Well, this is embarrassing.
description: Page not found — that’s a 404 :(
layout: blog
permalink: /404.html
---

<h1>HTTP 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>