parent
							
								
									f96691b758
								
							
						
					
					
						commit
						ff86a61871
					
				| 
						 | 
				
			
			@ -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)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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.
 | 
			
		||||
| 
						 | 
				
			
			@ -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.
 | 
			
		||||
		Loading…
	
		Reference in New Issue