mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-17 13:18:21 +01:00
Show the current version in the footer
This commit is contained in:
parent
767fc53263
commit
9a18c09d63
@ -1,11 +1,14 @@
|
||||
<?php
|
||||
return [
|
||||
'version' => 'v0.0.20',
|
||||
|
||||
'default' => [
|
||||
'pagination' => 25,
|
||||
'date_format' => 'Y-m-d',
|
||||
'time_format' => 'H:i',
|
||||
'cache_duration' => 60, // minutes
|
||||
],
|
||||
|
||||
'listitem_count_values' => [
|
||||
10,
|
||||
25,
|
||||
@ -13,6 +16,7 @@ return [
|
||||
75,
|
||||
100,
|
||||
],
|
||||
|
||||
'formats' => [
|
||||
'date' => [
|
||||
'Y-m-d',
|
||||
|
@ -1,3 +1,3 @@
|
||||
<aside class="footer container text-center small">
|
||||
Linkace is a project by <a href="https://kovah.de/?pk_campaign=opensource&pk_kwd=linkace" rel="noopener" target="_blank">Kovah.de</a>
|
||||
Linkace {{ config('linkace.version') }} is a project by <a href="https://www.kovah.de/" rel="noopener" target="_blank">Kovah.de</a>
|
||||
</aside>
|
||||
|
Loading…
x
Reference in New Issue
Block a user