summaryrefslogtreecommitdiff
path: root/404.html
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2018-09-17 23:15:18 -0400
committerBen Burwell <ben@benburwell.com>2018-09-17 23:15:18 -0400
commit880c07f28b0dbdff4a2e24e626491a1597cce987 (patch)
tree150f9c142dcf6646bfc1c6bed5d3bb12312157e8 /404.html
parentcec95aa2559fc095e4351e5dc69f2268f6350651 (diff)
Add freebsd server page
Diffstat (limited to '404.html')
-rw-r--r--404.html9
1 files changed, 1 insertions, 8 deletions
diff --git a/404.html b/404.html
index 891ef08..6fb38c7 100644
--- a/404.html
+++ b/404.html
@@ -1,16 +1,9 @@
---
title: 404 Not Found
-description: Page not found — that’s a 404 :(
layout: master
permalink: /404.html
---
<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>
+<p>Maybe you should head <a href="/">home</a>?</p>