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>
|
</ul>
|
||||||
|
|
||||||
<p>If you'd like to support enhancing Clearing Houz, <a href="https://buymeacoffee.com/dege">Buy me a coffee!</a></p>
|
<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
|
@endsection
|
||||||
|
|
||||||
@section('page-scripts')
|
@section('page-scripts')
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
@yield('content')
|
@yield('content')
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" class="shifted">
|
<div id="footer" class="shifted with-sidebar">
|
||||||
@include('layouts.partials.footer')
|
@include('layouts.partials.footer')
|
||||||
</div>
|
</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