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 +++++++++++++++++++++----------------------- layouts/_default/home.html | 3 ++- 2 files changed, 23 insertions(+), 24 deletions(-) (limited to 'layouts/_default') 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 diff --git a/layouts/_default/home.html b/layouts/_default/home.html index e251ce3..5273fa0 100644 --- a/layouts/_default/home.html +++ b/layouts/_default/home.html @@ -21,7 +21,8 @@ {{ with site.Params.social }}
{{- range . }} - {{ partial "svg.html" . }} -- cgit v1.2.3