From 363dcf448ed1b7a2860ea3ee1bbad33316b68027 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 22 Sep 2019 08:35:03 +0200 Subject: [PATCH] Give the main page content section an id --- views/layout/default.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/layout/default.blade.php b/views/layout/default.blade.php index 4edb3e29..6eac678b 100644 --- a/views/layout/default.blade.php +++ b/views/layout/default.blade.php @@ -384,7 +384,7 @@
-
+
@yield('content')