From a641ddfefbc9ec20166a53fb60c62d5e3cdad09a Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Mon, 30 May 2022 22:36:56 +0200 Subject: [PATCH] Create "hidden" config option for default theme Hidden (as in not included in default config file) is that if falls under advanced and specific usage. If the default theme is changed, you would need to make sure all Blade views are compatible, and at that point I expect you have already published the views, and can then see the option there. --- resources/views/layouts/head.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/layouts/head.blade.php b/resources/views/layouts/head.blade.php index ade30f52..1ba96781 100644 --- a/resources/views/layouts/head.blade.php +++ b/resources/views/layouts/head.blade.php @@ -14,6 +14,6 @@ @if(Hyde::features('darkmode')) {{-- Check the local storage for theme preference to avoid FOUC --}} - + @endif \ No newline at end of file