From 163abffdd35dd6b5018e32b72793adb259999c6c Mon Sep 17 00:00:00 2001 From: Leilukin Date: Fri, 31 May 2024 10:34:40 +0800 Subject: [PATCH] Add quotes 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 cda648eb..d530f7b3 100644 --- a/src/404.njk +++ b/src/404.njk @@ -1,7 +1,7 @@ --- layout: misc/base -title: 404: Page Not Found -h1: 404: Page Not Found +title: "404: Page Not Found" +h1: "404: Page Not Found" eleventyExcludeFromCollections: true permalink: /404.html ---