From 731c5b2da4372d120be1579429f8f9041210ea41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Sun, 14 Jan 2024 17:44:40 +0100 Subject: [PATCH] . --- content/includes/cookie-banner.blade.php | 2 +- content/includes/meta.blade.php | 22 ++++++++++++++++++++-- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/content/includes/cookie-banner.blade.php b/content/includes/cookie-banner.blade.php index fc294a9..fb19d5e 100644 --- a/content/includes/cookie-banner.blade.php +++ b/content/includes/cookie-banner.blade.php @@ -206,7 +206,7 @@ Alle Zulassen - + Cookie-Einstelungen diff --git a/content/includes/meta.blade.php b/content/includes/meta.blade.php index d658f70..3dfa99a 100644 --- a/content/includes/meta.blade.php +++ b/content/includes/meta.blade.php @@ -6,6 +6,10 @@ + + + + @if(Route::currentRouteName() == 'index') {{config('settings.name')}} @@ -54,8 +58,22 @@ @endif - @if($content->type->name == "Vaga") - + @if($content->type->name == "News") + + @elseif($content->type->name == "Produto") @endif