From a1dd5aed6333e64f7b52cc6ab979c1547f4d2a38 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 24 Sep 2023 18:37:36 -0700 Subject: [PATCH] Remove whitespace formatting --- layouts/shortcodes/paige/icon.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/layouts/shortcodes/paige/icon.html b/layouts/shortcodes/paige/icon.html index 3c537321..b3f16456 100644 --- a/layouts/shortcodes/paige/icon.html +++ b/layouts/shortcodes/paige/icon.html @@ -7,17 +7,17 @@ {{ end }} - {{ with $url -}} - {{- if hasPrefix . "mailto:" -}} + {{ with $url }} + {{ if hasPrefix . "mailto:" }} - {{- else -}} + {{ else }} - {{- end -}} - {{- end -}} + {{ end }} + {{ end }} {{ with $name }}{{ . }}{{ end }} - {{- if $url -}} + {{ if $url }} - {{- end }} + {{ end }}