Added APP_NAME/URL to main page footer.

This commit is contained in:
Proximity 2020-12-20 15:36:32 +00:00
parent 37c22f4377
commit 7fef7a0ac7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<!-- Copyright - DO NOT REMOVE WITHOUT PERMISSION -->
<div class="footer-copyright text-center py-3">
<a href="https://spacejewel-hosting.com/"> Spacejewel Hosting &copy; 2019-2020 - {{__('messages.footer_copy')}}</a>
<a href="{{ env('APP_URL') }}"> {{ env('APP_NAME') }} &copy; 2019-{{ now()->year }} - {{__('messages.footer_copy')}}</a>
</div>
<!-- Copyright -->
<!-- Built by Miguel Nogueira -->