From a5b9bf22012c9591ece5738875925fdbc382d240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Tue, 9 Feb 2021 12:12:23 -0300 Subject: [PATCH] added 500 errror page, removed category from home --- content/errors/404.blade.php | 11 +++++++---- content/errors/500.blade.php | 13 +++++++++++++ content/index.blade.php | 6 +++--- 3 files changed, 23 insertions(+), 7 deletions(-) create mode 100644 content/errors/500.blade.php diff --git a/content/errors/404.blade.php b/content/errors/404.blade.php index 98c974c..3bf1043 100644 --- a/content/errors/404.blade.php +++ b/content/errors/404.blade.php @@ -2,9 +2,12 @@ @section('content') - 404 - Seite nicht gefunden. +
+ 404 - Seite nicht gefunden. + +
+
+ Zurück zur Startseite +
-
-
- Zurück zur Startseite @stop diff --git a/content/errors/500.blade.php b/content/errors/500.blade.php new file mode 100644 index 0000000..e6ef355 --- /dev/null +++ b/content/errors/500.blade.php @@ -0,0 +1,13 @@ +@extends('template.'.\Setting::get('template', 'default').'.content.master') + +@section('content') + +
+ 500 - Ein unerwarteter Fehler ist aufgetreten. + +
+
+ Zurück zur Startseite +
+ +@stop diff --git a/content/index.blade.php b/content/index.blade.php index dce3017..4cd93d3 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -116,10 +116,10 @@