1
0
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:
Kovah 2019-09-13 10:36:59 +02:00
parent 767fc53263
commit 9a18c09d63
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B
2 changed files with 5 additions and 1 deletions

View File

@ -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',

View File

@ -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>