From 08040ab09f5ceb7f19115be404c96c452e5b32fa Mon Sep 17 00:00:00 2001 From: verdant Date: Tue, 2 Jun 2026 17:49:01 +0800 Subject: Add dark mode and adjust the font size larger --- layouts/_default/baseof.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 7736f27..65d2a38 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -9,7 +9,7 @@ {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ printf "%s | %s" .Title .Site.Title }}{{ end }} {{- partial "favicon.html" . -}} {{- partial "seo_tags.html" . -}} @@ -38,9 +44,9 @@ -
{{ block "main" . }}{{ end }} -
{{ partial "footer.html" . }}
-
+
{{ block "main" . }}{{ end }} + +
{{- partial "custom_body.html" . -}} -- cgit v1.2.3