From 3f882ff6bea51c4803f55a3de5004c416fd3f29b Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Fri, 12 Feb 2021 13:20:10 +0100 Subject: [PATCH] remove whitespace --- layouts/partials/footer/components/script.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -}}