From d4150d55b96ef180c248eca6277fa5639b033e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Sat, 13 Jan 2024 13:22:53 +0100 Subject: [PATCH] added meta tag to home --- content/includes/meta.blade.php | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/content/includes/meta.blade.php b/content/includes/meta.blade.php index 00a9874..fbd057e 100644 --- a/content/includes/meta.blade.php +++ b/content/includes/meta.blade.php @@ -12,7 +12,20 @@ @if(Route::currentRouteName() == 'index') - + + + + + + + + + + + + + + @elseif(str_starts_with(Route::currentRouteName(), 'page.'))