Skip to content

Commit

Permalink
Merge pull request poole#154 from kzu/master
Browse files Browse the repository at this point in the history
Provide a working 404 by using markdown
  • Loading branch information
mdo authored Apr 3, 2020
2 parents ac85a31 + a96fb59 commit 2cd9c08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
10 changes: 0 additions & 10 deletions 404.html

This file was deleted.

8 changes: 8 additions & 0 deletions 404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: default
title: "404: Page not found"
permalink: 404.html
---

# 404: Page not found
Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. [Head back home]({{ site.url }}) to try finding it again.

0 comments on commit 2cd9c08

Please sign in to comment.