From 537ef605e2fcca07c8d89994d043d12fc35b4dd7 Mon Sep 17 00:00:00 2001 From: verdant Date: Sat, 6 Jun 2026 12:10:44 +0800 Subject: Move CSS style to /layouts/partials/style.html --- layouts/_default/baseof.html | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) (limited to 'layouts') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 65d2a38..56da54c 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -7,31 +7,7 @@ {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ printf "%s | %s" .Title .Site.Title }}{{ end }} - + {{- partial "style.html" . -}} {{- partial "favicon.html" . -}} {{- partial "seo_tags.html" . -}} -- cgit v1.2.3