From f0b79cf45cf7378bff464fc07ec1de6d317dda68 Mon Sep 17 00:00:00 2001 From: yingyu5658 Date: Sat, 27 Dec 2025 23:42:31 +0800 Subject: chore: Tweak some CSS Style --- layouts/_default/baseof.html | 61 +++++++++++++++++++------------------------- 1 file changed, 26 insertions(+), 35 deletions(-) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 8729df0..ea312f9 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,43 +1,34 @@ - + - - - - - - {{- partial "favicon.html" . -}} - {{ .Title }} - - {{- partial "seo_tags.html" . -}} - - - {{ with .OutputFormats.Get "rss" -}} - {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} - {{ end -}} - - {{- partial "style.html" . -}} - - - {{- partial "custom_head.html" . -}} - + {{- partial "custom_head.html" . -}} + - -
- {{- partial "header.html" . -}} -
-
- {{- block "main" . }}{{- end }} -
- + +
{{- partial "header.html" . -}}
+
{{- block "main" . }}{{- end }}
+ - - {{- partial "custom_body.html" . -}} - - + {{- partial "custom_body.html" . -}} + -- cgit v1.2.3