From 8cad920605d5aff572bc0f499f2ad344142295d8 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Wed, 15 Nov 2023 19:34:09 +0100 Subject: [PATCH] fix: layout fixes --- content/404.md | 2 +- content/about.md | 2 +- content/updates.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/404.md b/content/404.md index 50679ab..f2dc674 100644 --- a/content/404.md +++ b/content/404.md @@ -1,5 +1,5 @@ --- -layout: layouts/home.njk +layout: layouts/base.njk permalink: 404.html eleventyExcludeFromCollections: true --- diff --git a/content/about.md b/content/about.md index fe97a45..c6f69b5 100644 --- a/content/about.md +++ b/content/about.md @@ -1,5 +1,5 @@ --- -layout: layouts/home.njk +layout: layouts/base.njk eleventyNavigation: key: About parent: Home diff --git a/content/updates.md b/content/updates.md index 1c2ca33..1395a8a 100644 --- a/content/updates.md +++ b/content/updates.md @@ -1,5 +1,5 @@ --- -layout: layouts/home.njk +layout: layouts/base.njk eleventyNavigation: key: Updates parent: Home