From 5078921f9309ee1d78d528aa683c8eb982c571e1 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Wed, 26 Feb 2025 19:36:40 +0800 Subject: fix(www): css load blink, code block bg, links. --- www/layouts/partials/css.html | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'www/layouts/partials/css.html') diff --git a/www/layouts/partials/css.html b/www/layouts/partials/css.html index 5ddd65b..12d3353 100644 --- a/www/layouts/partials/css.html +++ b/www/layouts/partials/css.html @@ -1,9 +1 @@ -{{ with resources.Get . | minify }} - {{ if hugo.IsProduction }} - {{ with . | fingerprint }} - - {{ end }} - {{ else }} - - {{ end }} -{{ end }} +{{ partial "css-res.html" (resources.Get .) }} \ No newline at end of file -- cgit v1.2.3