mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-10 05:59:41 +00:00
Also render forbid page for 401,405,407,410,429
This commit is contained in:
parent
32ef4d2084
commit
26041fa0bd
5
content/error/401.md
Normal file
5
content/error/401.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: 401 Unauthorized
|
||||||
|
layout: gandalf_forbid
|
||||||
|
hidden_from_navbar: true
|
||||||
|
---
|
5
content/error/405.md
Normal file
5
content/error/405.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: 405 Method Not Allowed
|
||||||
|
layout: gandalf_forbid
|
||||||
|
hidden_from_navbar: true
|
||||||
|
---
|
5
content/error/407.md
Normal file
5
content/error/407.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: 407 Proxy Authentication Required
|
||||||
|
layout: gandalf_forbid
|
||||||
|
hidden_from_navbar: true
|
||||||
|
---
|
5
content/error/410.md
Normal file
5
content/error/410.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: 410 Gone
|
||||||
|
layout: missing
|
||||||
|
hidden_from_navbar: true
|
||||||
|
---
|
5
content/error/429.md
Normal file
5
content/error/429.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: 429 Too Many Requests
|
||||||
|
layout: gandalf_forbid
|
||||||
|
hidden_from_navbar: true
|
||||||
|
---
|
Loading…
Reference in a new issue