Remove extensions from layout

This commit is contained in:
Helen Chong 2024-04-11 20:55:08 +08:00
parent 81517bf7bf
commit daf72d2736
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
--- ---