From ea7f3c9c9ca72ee6efa9c345506ea9c92cdf1691 Mon Sep 17 00:00:00 2001 From: horus Date: Sun, 19 Apr 2020 18:28:17 +0200 Subject: Add footer with about page. --- resources/views/topicindex.blade.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'resources/views/topicindex.blade.php') 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 { @endsection + +@section ('footer') + @include ('layouts.footer') +@endsection -- cgit v1.2.3