diff options
Diffstat (limited to 'src/config.toml')
-rw-r--r-- | src/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.toml b/src/config.toml index cabb9a9..3e400aa 100644 --- a/src/config.toml +++ b/src/config.toml @@ -55,7 +55,7 @@ sections = [ blog_section_path = "/blog" back_link_text = "Back" # Text of the back button -force_theme = "dark" # false | "light" | "dark" +force_theme = false # false | "light" | "dark" footer_copyright = "© 2025 Benedikt Peetz" footer_credits = true # Whether to show "Built with zola and serene" in footer |