From 7d2a5b5c5880728a8cd062369f32ea863c299e5a Mon Sep 17 00:00:00 2001 From: Nick Lyons Date: Thu, 21 Mar 2024 16:26:45 -0400 Subject: [PATCH] Removed white-space around html tag in hugo code --- themes/digital.gov/layouts/shortcodes/asset-static.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/digital.gov/layouts/shortcodes/asset-static.html b/themes/digital.gov/layouts/shortcodes/asset-static.html index 91b12806d8..1801efdac6 100644 --- a/themes/digital.gov/layouts/shortcodes/asset-static.html +++ b/themes/digital.gov/layouts/shortcodes/asset-static.html @@ -27,6 +27,6 @@ {{ end }}" {{- end -}} > - {{ $label }} + {{- $label -}} {{ end }}