From 260af284fbdfb64c04f9ae8bfffe44a83dcd7f86 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Fri, 31 May 2024 09:01:40 +0800 Subject: [PATCH] Fix missing white space to title of 404 page --- src/404.njk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/404.njk b/src/404.njk index 3553c5bc..cda648eb 100644 --- a/src/404.njk +++ b/src/404.njk @@ -1,7 +1,7 @@ --- layout: misc/base -title: 404:Page Not Found -h1: Page Not Found +title: 404: Page Not Found +h1: 404: Page Not Found eleventyExcludeFromCollections: true permalink: /404.html ---