Skip to content

Commit ff86a61

Browse files
committed
Add sample 404 not found page
Close #12
1 parent f96691b commit ff86a61

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased] -
99

10+
### Added
11+
- 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)
12+
1013
### Changed
1114
- Adjust default skin colors to meet WCAG 2 AA. [#68](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/68)
1215

docs/404.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Page not found
3+
layout: page
4+
permalink: /404.html
5+
---
6+
7+
Sorry, but the page you were trying to view has moved or does not exist.

example/404.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Page not found
3+
layout: page
4+
permalink: /404.html
5+
---
6+
7+
Sorry, but the page you were trying to view has moved or does not exist.

0 commit comments

Comments
 (0)