Clean up some comments

This commit is contained in:
Eryn Wells 2024-11-13 17:03:38 -08:00
parent b9aa2d4201
commit 73e3cec711

View file

@ -1,4 +1,4 @@
{{- /* {{/*
Emit an HTML script element referring to a JavaScript resource. The resource can 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 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 If true, add information to the script element indicating it should be loaded
as a module as a module
*/ -}} */}}
{{- $resource := .resource -}} {{- $resource := .resource -}}
{{- $shouldMinify := .minify -}} {{- $shouldMinify := .minify -}}