Move root page template
This commit is contained in:
parent
e5aa5355c5
commit
f0d8f22197
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: misc/base
|
||||
layout: global/root
|
||||
title: "404: Page Not Found"
|
||||
h1: "404: Page Not Found"
|
||||
eleventyExcludeFromCollections: true
|
||||
@ -9,4 +9,4 @@ eleventyExcludeFromCollections: true
|
||||
|
||||
<section class="index__btn-wrapper">
|
||||
<a href="/" class="index__link">🏠 Back to Home</a>
|
||||
</section>
|
||||
</section>
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
layout: misc/404
|
||||
permalink: "{{ page.filePathStem }}.html"
|
||||
---
|
Loading…
x
Reference in New Issue
Block a user