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/head.blade.php | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 resources/views/includes/head.blade.php (limited to 'resources/views/includes/head.blade.php') 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 - - - - -- cgit v1.2.3-54-g00ecf