From 77e42a53bdee027d2b8dba83cb1c43e3079e3780 Mon Sep 17 00:00:00 2001 From: Lucas Cantor Date: Fri, 10 May 2024 16:59:25 -0700 Subject: [PATCH] explicitly hide 403 from eleventy navigation (#82) --- content/pages/403.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/pages/403.md b/content/pages/403.md index a5543d7..f7bd3af 100644 --- a/content/pages/403.md +++ b/content/pages/403.md @@ -1,6 +1,8 @@ --- title: 403 description: Access Denied or Not Found +eleventyNavigation: + hide: true --- # 403 🤷