From 0f02f8b33641398217d794d3b18fc2eb0ef4ed25 Mon Sep 17 00:00:00 2001
From: weru <onewesh@gmail.com>
Date: Wed, 21 Oct 2020 19:45:40 +0000
Subject: [PATCH] clean up & refactor
---
exampleSite/config.toml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index cca69e1..4b03167 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -50,7 +50,7 @@
time_format_blog = "Monday, January 02, 2006"
time_format_default = "January 2, 2006"
- darkMode = true # set to false to disable darkmode by default # user will still have the option to use dark mode
+ enableDarkMode = true # set to false to disable darkmode by default # user will still have the option to use dark mode
[params.logo]
lightMode = "compose.svg"
darkMode = "compose-light.svg"
--
Gitblit v1.10.0