From d681db98d58b287369374d74491d2c521b6d56eb Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 9 Feb 2022 22:13:41 +0100 Subject: [PATCH] Don't show error/ in navbar --- content/error/401.md | 1 - content/error/403.md | 1 - content/error/405.md | 1 - content/error/407.md | 1 - content/error/410.md | 1 - content/error/429.md | 1 - content/error/_index.md | 3 +++ 7 files changed, 3 insertions(+), 6 deletions(-) create mode 100644 content/error/_index.md diff --git a/content/error/401.md b/content/error/401.md index 65880c3..cafd013 100644 --- a/content/error/401.md +++ b/content/error/401.md @@ -1,5 +1,4 @@ --- title: 401 Unauthorized layout: gandalf_forbid -hidden_from_navbar: true --- diff --git a/content/error/403.md b/content/error/403.md index 2af897e..6d56caf 100644 --- a/content/error/403.md +++ b/content/error/403.md @@ -1,5 +1,4 @@ --- title: 403 Forbidden layout: gandalf_forbid -hidden_from_navbar: true --- diff --git a/content/error/405.md b/content/error/405.md index 2512d41..123b692 100644 --- a/content/error/405.md +++ b/content/error/405.md @@ -1,5 +1,4 @@ --- title: 405 Method Not Allowed layout: gandalf_forbid -hidden_from_navbar: true --- diff --git a/content/error/407.md b/content/error/407.md index d01514b..d098e9a 100644 --- a/content/error/407.md +++ b/content/error/407.md @@ -1,5 +1,4 @@ --- title: 407 Proxy Authentication Required layout: gandalf_forbid -hidden_from_navbar: true --- diff --git a/content/error/410.md b/content/error/410.md index 1b02723..5d615aa 100644 --- a/content/error/410.md +++ b/content/error/410.md @@ -1,5 +1,4 @@ --- title: 410 Gone layout: missing -hidden_from_navbar: true --- diff --git a/content/error/429.md b/content/error/429.md index 82d1bbc..7f6ee84 100644 --- a/content/error/429.md +++ b/content/error/429.md @@ -1,5 +1,4 @@ --- title: 429 Too Many Requests layout: gandalf_forbid -hidden_from_navbar: true --- diff --git a/content/error/_index.md b/content/error/_index.md new file mode 100644 index 0000000..c234264 --- /dev/null +++ b/content/error/_index.md @@ -0,0 +1,3 @@ +--- +hidden_from_navbar: true +---