From d072f16225729ce2f84a40083109ae173a7a13a2 Mon Sep 17 00:00:00 2001 From: verdant Date: Sun, 31 May 2026 17:04:01 +0800 Subject: Format CSS code --- layouts/_default/baseof.html | 57 ++++++++++++++++++++++++++++++-------------- 1 file changed, 39 insertions(+), 18 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 3516304..7736f27 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,26 +1,47 @@ + - - - - - {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ printf "%s | %s" .Title .Site.Title }}{{ end }} - - {{- partial "favicon.html" . -}} - {{- partial "seo_tags.html" . -}} - - - {{- with .OutputFormats.Get "rss" -}} - - {{- end -}} - - {{- partial "custom_head.html" . -}} + + + + + {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ printf "%s | %s" .Title .Site.Title }}{{ end }} + + {{- partial "favicon.html" . -}} + {{- partial "seo_tags.html" . -}} + + + {{- with .OutputFormats.Get "rss" -}} + + {{- end -}} + + {{- partial "custom_head.html" . -}} -
{{ block "main" . }}{{ end }}
- - {{- partial "custom_body.html" . -}} +
{{ block "main" . }}{{ end }} + +
+ {{- partial "custom_body.html" . -}} + -- cgit v1.2.3