Fix missing white space to title of 404 page

This commit is contained in:
Leilukin 2024-05-31 09:01:40 +08:00 committed by Helen Chong
parent ad83e834cd
commit a24e06cf5f

View File

@ -1,7 +1,7 @@
--- ---
layout: misc/base layout: misc/base
title: 404:Page Not Found title: 404: Page Not Found
h1: Page Not Found h1: 404: Page Not Found
eleventyExcludeFromCollections: true eleventyExcludeFromCollections: true
permalink: /404.html permalink: /404.html
--- ---