1
0
mirror of https://github.com/helenclx/leilukin-site.git synced 2025-04-15 13:00:50 +00:00

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

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

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