From 00d710e00bdf1b42864965bb4147d62fda2d6c7b Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 27 Sep 2025 10:33:55 -0700 Subject: [PATCH] Collapse the space at the end of the {{< abbr >}} shortcode --- layouts/shortcodes/abbr.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/abbr.html b/layouts/shortcodes/abbr.html index aa4e645..831c7f8 100644 --- a/layouts/shortcodes/abbr.html +++ b/layouts/shortcodes/abbr.html @@ -1 +1 @@ -{{ .Inner }} +{{ .Inner }}{{- "" -}}