diff --git a/layouts/partials/footer/components/script.html b/layouts/partials/footer/components/script.html index cc4fda4..83522ff 100644 --- a/layouts/partials/footer/components/script.html +++ b/layouts/partials/footer/components/script.html @@ -1,4 +1,4 @@ -{{ partial "helper/external" (dict "Context" . "Namespace" "Vibrant") }} +{{- partial "helper/external" (dict "Context" . "Namespace" "Vibrant") -}} {{- $opts := dict "minify" hugo.IsProduction -}} {{- $script := resources.Get "ts/main.ts" | js.Build $opts -}}