Rename not_found page to 404 page
This commit is contained in:
parent
35707c0f2e
commit
7d9b2a3b1d
|
@ -1,9 +1,9 @@
|
||||||
---
|
---
|
||||||
layout: misc/base
|
layout: misc/base
|
||||||
title: Page Not Found
|
title: 404:Page Not Found
|
||||||
h1: Page Not Found
|
h1: Page Not Found
|
||||||
eleventyExcludeFromCollections: true
|
eleventyExcludeFromCollections: true
|
||||||
permalink: /not_found.html
|
permalink: /404.html
|
||||||
---
|
---
|
||||||
|
|
||||||
<p>Oops! Either the page you are looking for does not exist, or it has been moved to a diffrent part of this site.</p>
|
<p>Oops! Either the page you are looking for does not exist, or it has been moved to a diffrent part of this site.</p>
|
Loading…
Reference in New Issue