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

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