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) . }}