From 6758a1a26de82a6dc3661db880513cba75f01110 Mon Sep 17 00:00:00 2001 From: leiyu3 Date: Thu, 17 Jul 2025 11:47:55 -0400 Subject: init commit --- layouts/partials/head/js.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 layouts/partials/head/js.html (limited to 'layouts/partials/head/js.html') diff --git a/layouts/partials/head/js.html b/layouts/partials/head/js.html new file mode 100644 index 0000000..a1d84ae --- /dev/null +++ b/layouts/partials/head/js.html @@ -0,0 +1,8 @@ +{{- with resources.Get "js/main.js" }} + {{- $opts := dict "minify" true }} + {{- with . | js.Build $opts | fingerprint }} + + {{- end }} +{{- end }} \ No newline at end of file -- cgit v1.2.3