Don't show error/ in navbar

This commit is contained in:
ItsDrike 2022-02-09 22:13:41 +01:00
parent 26041fa0bd
commit d681db98d5
No known key found for this signature in database
GPG key ID: B014E761034AF742
7 changed files with 3 additions and 6 deletions

View file

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

View file

@ -1,5 +1,4 @@
--- ---
title: 403 Forbidden title: 403 Forbidden
layout: gandalf_forbid layout: gandalf_forbid
hidden_from_navbar: true
--- ---

View file

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

View file

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

View file

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

View file

@ -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
View file

@ -0,0 +1,3 @@
---
hidden_from_navbar: true
---