diff options
Diffstat (limited to 'resources/views/topicindex.blade.php')
| -rw-r--r-- | resources/views/topicindex.blade.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/views/topicindex.blade.php b/resources/views/topicindex.blade.php index 7de3042..67b0de4 100644 --- a/resources/views/topicindex.blade.php +++ b/resources/views/topicindex.blade.php @@ -1,6 +1,7 @@ @extends('layouts.app') @section('styles') +@include ('layouts.footer-style') html { height: inherit; } @@ -43,3 +44,7 @@ html { </div> @endsection + +@section ('footer') + @include ('layouts.footer') +@endsection |
