mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-01-24 04:14:35 +00:00
Don't show error/ in navbar
This commit is contained in:
parent
26041fa0bd
commit
d681db98d5
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
title: 401 Unauthorized
|
title: 401 Unauthorized
|
||||||
layout: gandalf_forbid
|
layout: gandalf_forbid
|
||||||
hidden_from_navbar: true
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
title: 403 Forbidden
|
title: 403 Forbidden
|
||||||
layout: gandalf_forbid
|
layout: gandalf_forbid
|
||||||
hidden_from_navbar: true
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
title: 405 Method Not Allowed
|
title: 405 Method Not Allowed
|
||||||
layout: gandalf_forbid
|
layout: gandalf_forbid
|
||||||
hidden_from_navbar: true
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
title: 407 Proxy Authentication Required
|
title: 407 Proxy Authentication Required
|
||||||
layout: gandalf_forbid
|
layout: gandalf_forbid
|
||||||
hidden_from_navbar: true
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
title: 410 Gone
|
title: 410 Gone
|
||||||
layout: missing
|
layout: missing
|
||||||
hidden_from_navbar: true
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
title: 429 Too Many Requests
|
title: 429 Too Many Requests
|
||||||
layout: gandalf_forbid
|
layout: gandalf_forbid
|
||||||
hidden_from_navbar: true
|
|
||||||
---
|
---
|
||||||
|
|
3
content/error/_index.md
Normal file
3
content/error/_index.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
hidden_from_navbar: true
|
||||||
|
---
|
Loading…
Reference in a new issue