diff options
author | Frankie B <git@diskfloppy.me> | 2023-08-24 21:39:47 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-08-24 21:39:47 +0100 |
commit | 9dfbac4b569c98cb6adb7eec8ccee9094d84287a (patch) | |
tree | 24db91ca70970907f4f1852feb4a87b72412fd23 /resources/views/includes/footer.blade.php | |
parent | f1f1169606ea947cd1dc7c6fb7d8912b165613db (diff) |
Update site version number format
Diffstat (limited to 'resources/views/includes/footer.blade.php')
-rw-r--r-- | resources/views/includes/footer.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/includes/footer.blade.php b/resources/views/includes/footer.blade.php index e71395f..c19bd71 100644 --- a/resources/views/includes/footer.blade.php +++ b/resources/views/includes/footer.blade.php @@ -25,6 +25,6 @@ alt="Wiby - Search Engine for the Classic Web"> </a><br> This site is best viewed at 1024x768 with 16-bit color or better<br> - © floppydisk 2021-{{ date('Y') }}, Site Version {{ config('app.version') }}, <a + © floppydisk 2021-{{ date('Y') }}, v{{ config('app.version') }}, <a href="https://github.com/floppydisk05/diskfloppy.me">Source</a><br> </div> |