From 28479085234adb3a2e2be6e3080875d4fca41bc1 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 10 Jul 2021 20:35:38 +0200 Subject: [PATCH] Some small recipe page adjustments --- views/recipes.blade.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/views/recipes.blade.php b/views/recipes.blade.php index 4e3b57d1..a4e11946 100644 --- a/views/recipes.blade.php +++ b/views/recipes.blade.php @@ -4,6 +4,16 @@ @section('activeNav', 'recipes') @section('viewJsName', 'recipes') +@push('pageStyles') + +@endpush + @section('content')