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