From 398867b5661a0a5b025274c451679d5582b0a947 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sun, 22 Dec 2024 02:57:39 +0300 Subject: Auto-commit 2024-12-22 --- layouts/partials/head/js.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'layouts/partials/head') diff --git a/layouts/partials/head/js.html b/layouts/partials/head/js.html index bb53b7b..0c234aa 100644 --- a/layouts/partials/head/js.html +++ b/layouts/partials/head/js.html @@ -1,15 +1,15 @@ {{- with resources.Get "js/main.js" }} {{- if eq hugo.Environment "development" }} {{- with . | js.Build }} - + {{- end }} {{- else }} {{- $opts := dict "minify" true }} {{- with . | js.Build $opts | fingerprint }} - + {{- end }} {{- end }} {{- end }} - - - \ No newline at end of file + + + \ No newline at end of file -- cgit v1.2.3