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/topicpopular.blade.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'resources/views/topicpopular.blade.php') diff --git a/resources/views/topicpopular.blade.php b/resources/views/topicpopular.blade.php index f6a2c8a..e4d2b18 100644 --- a/resources/views/topicpopular.blade.php +++ b/resources/views/topicpopular.blade.php @@ -1,6 +1,7 @@ @extends ('layouts.app') @section ('styles') +@include ('layouts.footer-style') html { height: inherit; } @@ -35,3 +36,7 @@ html { @endsection + +@section ('footer') + @include ('layouts.footer') +@endsection -- cgit v1.2.3