From 4cded68dc45ba59cb5fbe878494e24549b05bff6 Mon Sep 17 00:00:00 2001 From: Frankie B Date: Mon, 22 Jan 2024 00:09:48 +0000 Subject: CSS updates and a whole theme selector thing --- resources/views/includes/footer.blade.php | 32 +++++++++++++++++++++++++++++++ resources/views/includes/head.blade.php | 1 + resources/views/layouts/default.blade.php | 2 +- 3 files changed, 34 insertions(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/views/includes/footer.blade.php b/resources/views/includes/footer.blade.php index 83c01b2..145b879 100644 --- a/resources/views/includes/footer.blade.php +++ b/resources/views/includes/footer.blade.php @@ -28,4 +28,36 @@ © floppydisk 2021-{{ date('Y') }}, v{{ config('app.version') }}, Source, Served by {{ gethostname() }}
+ +
diff --git a/resources/views/includes/head.blade.php b/resources/views/includes/head.blade.php index 3eb2559..3d51672 100644 --- a/resources/views/includes/head.blade.php +++ b/resources/views/includes/head.blade.php @@ -7,6 +7,7 @@ + {!! (intval(date('n')) == 12) ? '' : '' !!} diff --git a/resources/views/layouts/default.blade.php b/resources/views/layouts/default.blade.php index 996d895..144c32b 100644 --- a/resources/views/layouts/default.blade.php +++ b/resources/views/layouts/default.blade.php @@ -4,7 +4,7 @@ @include('includes.head') - +