Move root page template

This commit is contained in:
Helen Chong 2025-04-23 23:16:51 +08:00 committed by Leilukin
parent e5aa5355c5
commit f0d8f22197
3 changed files with 2 additions and 6 deletions

View File

@ -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>

View File

@ -1,4 +0,0 @@
---
layout: misc/404
permalink: "{{ page.filePathStem }}.html"
---