From 4fe2e35d782c152bd51de271280dba422a12fa7e Mon Sep 17 00:00:00 2001 From: Deon George Date: Sat, 5 Nov 2022 16:27:31 +1100 Subject: [PATCH] Changes to footer and footer content --- resources/views/about.blade.php | 1 - resources/views/layouts/app.blade.php | 2 +- resources/views/layouts/partials/footer.blade.php | 7 ++++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php index 4d106a2..c586556 100644 --- a/resources/views/about.blade.php +++ b/resources/views/about.blade.php @@ -83,7 +83,6 @@ If you have more than 1 BBS, then the Clearing Houz can receive all your mail fr

If you'd like to support enhancing Clearing Houz, Buy me a coffee!

- clrghouz [{{ gethostname() }}@if (File::exists('../VERSION')) @ {{ chop(File::get('../VERSION')) }}@endif] @endsection @section('page-scripts') diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index ca43641..5ab5ceb 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -13,7 +13,7 @@ @yield('content') -