From 0a85fb57c70f2cbd6481affc2b584169188ec95c Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 15 Aug 2024 23:52:24 +0100 Subject: [PATCH] Don't set the default theme in the HTML Let the rendered CSS decide the theme. --- config.toml | 3 --- themes/dimension/layouts/_default/baseof.html | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/config.toml b/config.toml index e51017e..39a116b 100644 --- a/config.toml +++ b/config.toml @@ -3,9 +3,6 @@ languageCode = "en-gb" title = "dimension.sh" theme = "dimension" -[params] -style = "forest" - [[params.styles]] name = "greenscreen" shortcode = "GS" diff --git a/themes/dimension/layouts/_default/baseof.html b/themes/dimension/layouts/_default/baseof.html index 2efd3eb..4178f61 100644 --- a/themes/dimension/layouts/_default/baseof.html +++ b/themes/dimension/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - + {{- partial "header.html" . -}}