From faa613fce7b930d0d01902293eba24a81c65d7fa Mon Sep 17 00:00:00 2001 From: Melkor Date: Sat, 26 Oct 2024 00:57:18 -0400 Subject: [PATCH] Changed theme switcher to off. --- config/_default/params.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index f407043..b9afb47 100755 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -15,8 +15,8 @@ logo_text = "Anubis" # navbar fixed to top navbar_fixed = true # theme-mode -theme_switcher = true -theme_default = "system" # available options [light/dark/system] +theme_switcher = false +theme_default = "dark" # available options [light/dark/system] # Main Sections mainSections = ["blog"] # contact form action