From 4ca99e215668449eb1cf64d58d39e1c8ef460066 Mon Sep 17 00:00:00 2001 From: Mivinci <1366723936@qq.com> Date: Sat, 27 Nov 2021 01:48:40 +0800 Subject: [PATCH] fix a bug --- layouts/partials/head.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 1708a05..de99a58 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -25,8 +25,7 @@ {{ $options = (dict "targetPath" (printf `minima.%d.js` $hash) "minify" true) }} - {{ $js := resources.Get "js/main.js" | js.Build $options | resources.ExecuteAsTemplate (printf `minima.%d.js` $hash) . - }} + {{ $js := resources.Get "js/main.js" | js.Build $options | resources.ExecuteAsTemplate (printf `minima.%d.js` $hash) . }}