From 1da07b0b4a337342cc48627d9af78e7fd20a45cf Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Sat, 14 Jun 2025 22:49:26 +0800 Subject: www: move layout files for new version of hugo and fix nested shortcodes. --- www/layouts/partials/css-res.html | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 www/layouts/partials/css-res.html (limited to 'www/layouts/partials/css-res.html') diff --git a/www/layouts/partials/css-res.html b/www/layouts/partials/css-res.html deleted file mode 100644 index 6fabf67..0000000 --- a/www/layouts/partials/css-res.html +++ /dev/null @@ -1,9 +0,0 @@ -{{ with . | minify }} - {{ if hugo.IsProduction }} - {{ with . | fingerprint }} - - {{ end }} - {{ else }} - - {{ end }} -{{ end }} -- cgit v1.2.3