From 24979c3c37e632a55feb18b5eab5328b6fe6044e Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Fri, 29 Oct 2021 17:16:41 -0500 Subject: [PATCH] Remove whitespace and newlines in icon.html --- layouts/partials/icon.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/layouts/partials/icon.html b/layouts/partials/icon.html index 66aa932..1637a54 100644 --- a/layouts/partials/icon.html +++ b/layouts/partials/icon.html @@ -1,5 +1,5 @@ -{{ $icon_resource := resources.Get (printf "jam/icons/%s.svg" .) }} -{{ $icon := $icon_resource.Content }} -{{ $icon = replaceRE `` (printf `%s icon` .) $icon }} -{{ $icon | safeHTML }} +{{- $icon_resource := resources.Get (printf "jam/icons/%s.svg" .) -}} +{{- $icon := $icon_resource.Content -}} +{{- $icon = replaceRE `` (printf `%s icon` .) $icon -}} +{{- $icon | safeHTML -}}