From 13584f1f7b0582ee96f1743d2ac5b89fc9ce6c53 Mon Sep 17 00:00:00 2001 From: Frankie B Date: Thu, 11 Jul 2024 22:24:23 +0100 Subject: Remove unused views --- resources/views/includes/footer.blade.php | 66 ------------------------------- resources/views/includes/head.blade.php | 21 ---------- resources/views/includes/header.blade.php | 17 -------- 3 files changed, 104 deletions(-) delete mode 100644 resources/views/includes/footer.blade.php delete mode 100644 resources/views/includes/head.blade.php delete mode 100644 resources/views/includes/header.blade.php (limited to 'resources/views/includes') diff --git a/resources/views/includes/footer.blade.php b/resources/views/includes/footer.blade.php deleted file mode 100644 index 3494f6e..0000000 --- a/resources/views/includes/footer.blade.php +++ /dev/null @@ -1,66 +0,0 @@ -
- diff --git a/resources/views/includes/head.blade.php b/resources/views/includes/head.blade.php deleted file mode 100644 index d6d1280..0000000 --- a/resources/views/includes/head.blade.php +++ /dev/null @@ -1,21 +0,0 @@ -@php // Get colorscheme from cookie and apply immediately - $colorscheme = request()->cookie('colorscheme', 'catppuccin-macchiato'); -@endphp - - - - - - - - - - - {!! (intval(date('n')) == 12) ? '' : '' !!} - - - @yield('title') - diskfloppy.me - - - - diff --git a/resources/views/includes/header.blade.php b/resources/views/includes/header.blade.php deleted file mode 100644 index fd80877..0000000 --- a/resources/views/includes/header.blade.php +++ /dev/null @@ -1,17 +0,0 @@ - -
-- cgit v1.2.3-54-g00ecf