Add sample 404 not found page

Close #12
This commit is contained in:
Michael Rose 2018-07-20 12:38:27 -04:00
parent f96691b758
commit ff86a61871
3 changed files with 17 additions and 0 deletions

View File

@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] -
### Added
- Add sample "404 not found page" to `/docs/404.html` and `/example/404.html`. [#12](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/12)
### Changed
- Adjust default skin colors to meet WCAG 2 AA. [#68](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/68)

7
docs/404.md Normal file
View File

@ -0,0 +1,7 @@
---
title: Page not found
layout: page
permalink: /404.html
---
Sorry, but the page you were trying to view has moved or does not exist.

7
example/404.md Normal file
View File

@ -0,0 +1,7 @@
---
title: Page not found
layout: page
permalink: /404.html
---
Sorry, but the page you were trying to view has moved or does not exist.