Skip to content

Commit 4bd0723

Browse files
Merge pull request #1159 from liberu-genealogy/sweep/Fix-Home-Layout-Structure-and-Template-Inheritance
Fix Home Layout Structure and Template Inheritance
2 parents 2b0b5b0 + 9a49872 commit 4bd0723

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed
Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
@extends('layouts.app')
2-
@include('components.home-navbar')
32

4-
<main class="flex-1 mt-[64px] pt-6">
3+
@section('body')
4+
@include('components.home-navbar')
5+
6+
<main class="flex-1 mt-[64px] pt-6">
57
@yield('content')
6-
</main>
7-
@include('components.footer')
8+
</main>
9+
10+
@include('components.footer')
11+
@endsection

0 commit comments

Comments
 (0)