Remove extensions from layout

This commit is contained in:
Leilukin 2024-04-11 20:55:08 +08:00 committed by Helen Chong
parent c0f4f6d481
commit 41d5fda461
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
--- ---
layout: "layouts/start.njk" layout: layouts/start
h1: Welcome to Leilukin's Hub! h1: Welcome to Leilukin's Hub!
--- ---

View File

@ -1,5 +1,5 @@
--- ---
layout: "layouts/start.njk" layout: layouts/start
title: Page Not Found title: Page Not Found
h1: Page Not Found h1: Page Not Found
--- ---