Changes to footer and footer content
This commit is contained in:
parent
a2b6d57e6a
commit
4fe2e35d78
@ -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')
|
||||
|
@ -13,7 +13,7 @@
|
||||
@yield('content')
|
||||
</div>
|
||||
|
||||
<div id="footer" class="shifted">
|
||||
<div id="footer" class="shifted with-sidebar">
|
||||
@include('layouts.partials.footer')
|
||||
</div>
|
||||
|
||||
|
@ -1 +1,6 @@
|
||||
<a href="/" class="goback">{{ request()->getHost() }}</a> © {{ \Carbon\Carbon::now()->year }} Deon George
|
||||
<span>
|
||||
<small>
|
||||
<a href="/" class="goback float-start p-0">{{ request()->getHost() }}</a> © {{ \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>
|
Loading…
Reference in New Issue
Block a user