Changes to footer and footer content

This commit is contained in:
Deon George 2022-11-05 16:27:31 +11:00
parent a2b6d57e6a
commit 4fe2e35d78
3 changed files with 7 additions and 3 deletions

View File

@ -83,7 +83,6 @@ If you have more than 1 BBS, then the Clearing Houz can receive all your mail fr
</ul>
<p>If you'd like to support enhancing Clearing Houz, <a href="https://buymeacoffee.com/dege">Buy me a coffee!</a></p>
<span class="float-end"><strong class="highlight">clrghouz</strong> <small>[<strong class="gray">{{ gethostname() }}</strong>@if (File::exists('../VERSION')) @ <strong class="success">{{ chop(File::get('../VERSION')) }}</strong>@endif]</small></span>
@endsection
@section('page-scripts')

View File

@ -13,7 +13,7 @@
@yield('content')
</div>
<div id="footer" class="shifted">
<div id="footer" class="shifted with-sidebar">
@include('layouts.partials.footer')
</div>

View File

@ -1 +1,6 @@
<a href="/" class="goback">{{ request()->getHost() }}</a> &copy {{ \Carbon\Carbon::now()->year }} Deon George
<span>
<small>
<a href="/" class="goback float-start p-0">{{ request()->getHost() }}</a> &copy {{ \Carbon\Carbon::now()->year }} Deon George
<span class="float-end"><strong class="highlight">clrghouz</strong> <small>[<strong class="gray">{{ gethostname() }}</strong>@if (File::exists('../VERSION')) @ <strong class="success">{{ chop(File::get('../VERSION')) }}</strong>@endif]</small></span>
</small>
</span>