From 4d5d0708aa283cda073a0e244f721af275f153ce Mon Sep 17 00:00:00 2001 From: Francesco Date: Tue, 23 Apr 2024 16:38:35 +0200 Subject: Theme Update --- layouts/_default/baseof.html | 46 ++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 42 insertions(+), 4 deletions(-) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 458589f..524af7f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -9,7 +9,13 @@ {{ end }} - +{{ $theme := "auto"}} + +{{ with .Param "theme" }} +{{ $theme = .}} +{{ end }} + +
@@ -27,13 +33,45 @@ + -- cgit v1.2.3