From 2ca246b0bda4ad68ea04f99a217c97c4f9bad81f Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 7 Jun 2024 12:01:02 -0700 Subject: [PATCH] Remove whitespace inside icon shortcode --- layouts/shortcodes/paige/icon.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/shortcodes/paige/icon.html b/layouts/shortcodes/paige/icon.html index 94ef254f..8ec7d88a 100644 --- a/layouts/shortcodes/paige/icon.html +++ b/layouts/shortcodes/paige/icon.html @@ -11,13 +11,13 @@ {{/* The markup below cannot be indented due to nested shortcodes within Markdown. */}} -{{ with $url }} +{{- with $url -}} -{{ end }} +{{- end -}} {{ with $title }}{{ . }}{{ end }} -{{ if $url }} +{{- if $url -}} -{{ end }} +{{- end -}}