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/abbr.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/default/layouts/shortcodes/abbr.html') diff --git a/themes/default/layouts/shortcodes/abbr.html b/themes/default/layouts/shortcodes/abbr.html index bad8895..2a87233 100644 --- a/themes/default/layouts/shortcodes/abbr.html +++ b/themes/default/layouts/shortcodes/abbr.html @@ -2,7 +2,7 @@ {{- $title := default "Too long, didn't read" (.Get "title" | default (.Get 1)) -}} {{- $hash := print (truncate 8 "" (sha256 $abbr)) .Ordinal -}} - + {{- /* This comment removes trailing newlines and white spaces. */ -}} {{- /* This comment removes trailing newlines and white spaces. */ -}} -- cgit v1.2.3