From d91f48c4945acd1b9f76a79d7804580b70b0c2df Mon Sep 17 00:00:00 2001 From: verdant Date: Sun, 31 May 2026 16:36:13 +0800 Subject: Refactor: remove bloated CSS style and nested HTML layouts --- layouts/_default/#baseof.html# | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 layouts/_default/#baseof.html# (limited to 'layouts/_default/#baseof.html#') diff --git a/layouts/_default/#baseof.html# b/layouts/_default/#baseof.html# deleted file mode 100644 index a6224e8..0000000 --- a/layouts/_default/#baseof.html# +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - {{- partial "favicon.html" . -}} - {{ .Title }} - - {{- partial "seo_tags.html" . -}} - - - - {{ with .OutputFormats.Get "rss" -}} {{ printf ` - - ` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} - - {{- partial "custom_head.html" . -}} - - - -
{{- block "main" . }}{{- end }}
- - - {{- partial "custom_body.html" . -}} - - -- cgit v1.2.3