Compare commits
2 Commits
ece01fc71f
...
a72abb9147
Author | SHA1 | Date | |
---|---|---|---|
a72abb9147 | |||
|
96ebdc554e |
@ -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') }} © 2019-{{ now()->year }} - {{__('messages.footer_copy')}}</a>
|
||||
<a href="{{ config('APP_URL') }}"> {{ config('APP_NAME') }} © 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 -->
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user