From edd49a893c5f581a2f622f2b29a289760bbc2edc Mon Sep 17 00:00:00 2001 From: Francesco Date: Sat, 11 May 2024 22:13:47 +0200 Subject: Format --- layouts/_default/baseof.html | 44 +++++++++++++++++++++----------------------- 1 file changed, 21 insertions(+), 23 deletions(-) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index a116c36..9b63b69 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -2,36 +2,35 @@ - - {{ partial "head.html" . }} - + + {{ partial "head.html" . }} + -{{ $theme := "auto"}} + {{ $theme := "auto"}} -{{ with .Param "theme" }} -{{ $theme = .}} -{{ end }} + {{ with .Param "theme" }} + {{ $theme = .}} + {{ end }} - + -
-
- {{ partial "header.html" . }} -
+
+
+ {{ partial "header.html" . }} +
-
- {{ block "main" . }}{{ end }} -
-
+
+ {{ block "main" . }}{{ end }} +
+
- + - + - - - \ No newline at end of file -- cgit v1.2.3