Move error pages
This commit is contained in:
7
content/error/403.md
Normal file
7
content/error/403.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
layout: layouts/403.njk
|
||||||
|
permalink: error/403.html
|
||||||
|
title: Nathan Upchurch | 403
|
||||||
|
structuredData: none
|
||||||
|
eleventyExcludeFromCollections: true
|
||||||
|
---
|
7
content/error/404.md
Normal file
7
content/error/404.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
layout: layouts/404.njk
|
||||||
|
permalink: error/404.html
|
||||||
|
title: Nathan Upchurch | 404
|
||||||
|
structuredData: none
|
||||||
|
eleventyExcludeFromCollections: true
|
||||||
|
---
|
3
content/error/error.11tydata.js
Normal file
3
content/error/error.11tydata.js
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
export default {
|
||||||
|
layout: "layouts/post.njk",
|
||||||
|
};
|
Reference in New Issue
Block a user