From 172adfb014596423d7cc3043f2a288ac01884cba Mon Sep 17 00:00:00 2001 From: verdant Date: Sun, 31 May 2026 16:33:36 +0800 Subject: Add minify configuration, modify favicon url --- layouts/_default/#baseof.html# | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 layouts/_default/#baseof.html# (limited to 'layouts/_default/#baseof.html#') diff --git a/layouts/_default/#baseof.html# b/layouts/_default/#baseof.html# new file mode 100644 index 0000000..a6224e8 --- /dev/null +++ b/layouts/_default/#baseof.html# @@ -0,0 +1,29 @@ + + + + + + + + + {{- 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