From 4aef04a2f5276b92805df1511dd475e08b690c99 Mon Sep 17 00:00:00 2001 From: cb <12734117+cbhyphen@users.noreply.github.com> Date: Thu, 2 Feb 2023 22:31:02 -0800 Subject: [PATCH] add appearance field to theme config couldn't find where to set this, hopefully the default will help others --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 428edd8..b0b53d0 100644 --- a/config.toml +++ b/config.toml @@ -26,5 +26,6 @@ [params] [params.theme_config] + appearance = "auto" back_home_text = ".." date_format = "2006-01-02"