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/js.html | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 www/layouts/partials/js.html (limited to 'www/layouts/partials/js.html') diff --git a/www/layouts/partials/js.html b/www/layouts/partials/js.html deleted file mode 100644 index 16dafa4..0000000 --- a/www/layouts/partials/js.html +++ /dev/null @@ -1,11 +0,0 @@ -{{ with resources.Get . }} - {{ if hugo.IsProduction }} - {{ with . | js.Build (dict "minify" true "sourceMap" "external") | fingerprint }} - - {{ end }} - {{ else }} - {{ with . | js.Build }} - - {{ end }} - {{ end }} -{{ end }} -- cgit v1.2.3