From 6c889c658ed71bdc18e5b767053530618dcf1759 Mon Sep 17 00:00:00 2001 From: tdro Date: Sun, 22 Jan 2023 02:42:39 -0500 Subject: themes/default/layouts: Tighten up the markup Might be able to get free computation.. --- themes/default/layouts/shortcodes/animate.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/default/layouts/shortcodes/animate.html') diff --git a/themes/default/layouts/shortcodes/animate.html b/themes/default/layouts/shortcodes/animate.html index 5d72671..b245596 100644 --- a/themes/default/layouts/shortcodes/animate.html +++ b/themes/default/layouts/shortcodes/animate.html @@ -3,7 +3,7 @@ {{- $letters := split $text "" -}} - + {{- range $value, $letter := $letters -}} {{ $letter }} {{- end -}} -- cgit v1.2.3