summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrankie <git@diskfloppy.me>2023-12-05 00:28:44 +0000
committerFrankie <git@diskfloppy.me>2023-12-05 00:28:44 +0000
commit27140bd257d3d8df07e570c92ad173cdcb238c49 (patch)
treeaa8a7cfb58aef50406d1d3194e315c281946c6f3
parent2e4d937c2b4fdcbe8527672f09cc6e7bd7f9133f (diff)
Add 'served by' to footer
-rw-r--r--resources/views/includes/footer.blade.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/views/includes/footer.blade.php b/resources/views/includes/footer.blade.php
index 3f53e18..9a5304e 100644
--- a/resources/views/includes/footer.blade.php
+++ b/resources/views/includes/footer.blade.php
@@ -26,5 +26,6 @@
</a><br>
This site is best viewed at 1024x768 with 16-bit color or better<br>
&copy; floppydisk 2021-{{ date('Y') }}, v{{ config('app.version') }}, <a
- href="https://github.com/floppydisk05/diskfloppy.me">Source</a><br>
+ href="https://github.com/floppydisk05/diskfloppy.me">Source</a>,
+ Served by {{ gethostname() }}<br>
</div>