diff --git a/layouts/partials/resource_builders/script.html b/layouts/partials/resource_builders/script.html index cffafd8..83efe81 100644 --- a/layouts/partials/resource_builders/script.html +++ b/layouts/partials/resource_builders/script.html @@ -1,4 +1,4 @@ -{{- /* +{{/* Emit an HTML script element referring to a JavaScript resource. The resource can be either a path or a Hugo Resource object. If the former, the resource will be @@ -13,7 +13,7 @@ looked up and built. If true, add information to the script element indicating it should be loaded as a module -*/ -}} +*/}} {{- $resource := .resource -}} {{- $shouldMinify := .minify -}}