From 42f70cc8fb1db71c24523f1ebb13c0bf0b4f800c Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 3 Aug 2024 16:17:44 -0700 Subject: [PATCH] script.html --- .../partials/resource_builders/script.html | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 layouts/partials/resource_builders/script.html diff --git a/layouts/partials/resource_builders/script.html b/layouts/partials/resource_builders/script.html new file mode 100644 index 0000000..b8bae29 --- /dev/null +++ b/layouts/partials/resource_builders/script.html @@ -0,0 +1,23 @@ +{{- $isModule := .module -}} + +{{- $resource := .resource -}} +{{ if $resource.resource }} + {{ $resource = partial "resource_builders/build_js.html" $resource }} +{{ end }} + +{{ with $resource }} + {{ if eq hugo.Environment "development" }} + + {{ else }} + + {{ end }} +{{ end }}