From 26041fa0bdad464360b8c12ace3cf6c0e835d0af Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 9 Feb 2022 21:25:00 +0100 Subject: [PATCH] Also render forbid page for 401,405,407,410,429 --- content/error/401.md | 5 +++++ content/error/405.md | 5 +++++ content/error/407.md | 5 +++++ content/error/410.md | 5 +++++ content/error/429.md | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 content/error/401.md create mode 100644 content/error/405.md create mode 100644 content/error/407.md create mode 100644 content/error/410.md create mode 100644 content/error/429.md diff --git a/content/error/401.md b/content/error/401.md new file mode 100644 index 0000000..65880c3 --- /dev/null +++ b/content/error/401.md @@ -0,0 +1,5 @@ +--- +title: 401 Unauthorized +layout: gandalf_forbid +hidden_from_navbar: true +--- diff --git a/content/error/405.md b/content/error/405.md new file mode 100644 index 0000000..2512d41 --- /dev/null +++ b/content/error/405.md @@ -0,0 +1,5 @@ +--- +title: 405 Method Not Allowed +layout: gandalf_forbid +hidden_from_navbar: true +--- diff --git a/content/error/407.md b/content/error/407.md new file mode 100644 index 0000000..d01514b --- /dev/null +++ b/content/error/407.md @@ -0,0 +1,5 @@ +--- +title: 407 Proxy Authentication Required +layout: gandalf_forbid +hidden_from_navbar: true +--- diff --git a/content/error/410.md b/content/error/410.md new file mode 100644 index 0000000..1b02723 --- /dev/null +++ b/content/error/410.md @@ -0,0 +1,5 @@ +--- +title: 410 Gone +layout: missing +hidden_from_navbar: true +--- diff --git a/content/error/429.md b/content/error/429.md new file mode 100644 index 0000000..82d1bbc --- /dev/null +++ b/content/error/429.md @@ -0,0 +1,5 @@ +--- +title: 429 Too Many Requests +layout: gandalf_forbid +hidden_from_navbar: true +---