From 4d5d0708aa283cda073a0e244f721af275f153ce Mon Sep 17 00:00:00 2001 From: Francesco Date: Tue, 23 Apr 2024 16:38:35 +0200 Subject: Theme Update --- layouts/404.html | 4 ++-- layouts/_default/baseof.html | 46 ++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 44 insertions(+), 6 deletions(-) (limited to 'layouts') diff --git a/layouts/404.html b/layouts/404.html index dd02979..75b031c 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -3,8 +3,8 @@
-

404

-

You shouldn't be here, click on the header to return to home

+

typo?

+

Click here to return to home

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