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 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index dd29a6b..54fa756 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -11,7 +11,9 @@ {{- partial "seo_tags.html" . -}} + + {{ with .OutputFormats.Get "rss" -}} {{ printf ` ` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} -- cgit v1.2.3