From 73e3cec7117f3a061554f7a9799285a97a284a22 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 13 Nov 2024 17:03:38 -0800 Subject: [PATCH] Clean up some comments --- layouts/partials/resource_builders/script.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -}}