Also render forbid page for 401,405,407,410,429

This commit is contained in:
ItsDrike 2022-02-09 21:25:00 +01:00
parent 32ef4d2084
commit 26041fa0bd
No known key found for this signature in database
GPG key ID: B014E761034AF742
5 changed files with 25 additions and 0 deletions

5
content/error/401.md Normal file
View file

@ -0,0 +1,5 @@
---
title: 401 Unauthorized
layout: gandalf_forbid
hidden_from_navbar: true
---

5
content/error/405.md Normal file
View file

@ -0,0 +1,5 @@
---
title: 405 Method Not Allowed
layout: gandalf_forbid
hidden_from_navbar: true
---

5
content/error/407.md Normal file
View file

@ -0,0 +1,5 @@
---
title: 407 Proxy Authentication Required
layout: gandalf_forbid
hidden_from_navbar: true
---

5
content/error/410.md Normal file
View file

@ -0,0 +1,5 @@
---
title: 410 Gone
layout: missing
hidden_from_navbar: true
---

5
content/error/429.md Normal file
View file

@ -0,0 +1,5 @@
---
title: 429 Too Many Requests
layout: gandalf_forbid
hidden_from_navbar: true
---