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/list.blade.php | 46 +++++++++++++++++++++++++----------------- 1 file changed, 27 insertions(+), 19 deletions(-) (limited to 'resources/views/list.blade.php') diff --git a/resources/views/list.blade.php b/resources/views/list.blade.php index 1f6fc72..f067e2f 100644 --- a/resources/views/list.blade.php +++ b/resources/views/list.blade.php @@ -1,28 +1,32 @@ @extends('layouts.app') @section('styles') + +@include ('layouts.footer-style') + @if ( 0 != $count ) -html { - height: inherit; -} -.hn { - display: inline-block; - font-size: inherit; - height: 1em; - overflow: visible; - vertical-align: -.125em; - fill: #ff6600; -} + html { + height: inherit; + } + .hn { + display: inline-block; + font-size: inherit; + height: 1em; + overflow: visible; + vertical-align: -.125em; + fill: #ff6600; + } -.rss-link > svg { - display: inline-block; - font-size: inherit; - height: 1em; - overflow: visible; - vertical-align: -.125em; - fill: #f59436; -} + .rss-link > svg { + display: inline-block; + font-size: inherit; + height: 1em; + overflow: visible; + vertical-align: -.125em; + fill: #f59436; + } @endif + @endsection @section('content') @@ -150,3 +154,7 @@ html { @endsection + +@section ('footer') + @include ('layouts.footer') +@endsection -- cgit v1.2.3