Fix layout for 404 and Not Found pages

This commit is contained in:
Helen Chong 2024-06-01 08:57:52 +08:00
parent dbff59d42e
commit c1d52bbd1c
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,4 @@
---
layout: misc/404
permalink: /404.html
---
{% include "misc/404.njk" %}

View File

@ -1,5 +1,4 @@
---
layout: misc/404
permalink: /not_found.html
---
{% include "misc/404.njk" %}