Compare commits

...

2 Commits

Author SHA1 Message Date
a72abb9147 Updated footer variables 2020-12-20 12:11:25 -05:00
Proximity
96ebdc554e Update Description again 2020-12-20 12:10:13 -05:00
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<!-- Copyright - DO NOT REMOVE WITHOUT PERMISSION -->
<div class="footer-copyright text-center py-3">
<a href="{{ env('APP_URL') }}"> {{ env('APP_NAME') }} &copy; 2019-{{ now()->year }} - {{__('messages.footer_copy')}}</a>
<a href="{{ config('APP_URL') }}"> {{ config('APP_NAME') }} &copy; 2019-{{ now()->year }} - {{__('messages.footer_copy')}}</a>
</div>
<!-- Copyright -->
<!-- GNU General Public License (https://www.gnu.org/licenses/gpl-3.0.en.html) Built by Miguel Nogueira -->

View File

@ -5,7 +5,7 @@
<head>
<meta charset="utf-8">
<meta name="description" content="{{ env('APP_NAME') }} Staff Member Management Tool">
<meta name="description" content="{{ config('app.name') }} Staff Member Management Tool">
<meta name="author" content="Miguel Nogueira">
<meta name="tags" content="minecraft, minecraft server staff, minecraft staff, minecraft servers">
<meta name="viewport" content="width=device-width, initial-scale=1.0">