From daf72d27365714b7dd868c1619812e5b32707ad3 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Thu, 11 Apr 2024 20:55:08 +0800 Subject: [PATCH] Remove extensions from layout --- src/index.njk | 2 +- src/not_found.njk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.njk b/src/index.njk index 80c2048b..5907b140 100644 --- a/src/index.njk +++ b/src/index.njk @@ -1,5 +1,5 @@ --- -layout: "layouts/start.njk" +layout: layouts/start h1: Welcome to Leilukin's Hub! --- diff --git a/src/not_found.njk b/src/not_found.njk index c28c6e4b..768b5e77 100644 --- a/src/not_found.njk +++ b/src/not_found.njk @@ -1,5 +1,5 @@ --- -layout: "layouts/start.njk" +layout: layouts/start title: Page Not Found h1: Page Not Found ---