diff options
-rw-r--r-- | themes/default/layouts/shortcodes/abbr.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/layouts/shortcodes/abbr.html b/themes/default/layouts/shortcodes/abbr.html index 0edff43..52e3ff9 100644 --- a/themes/default/layouts/shortcodes/abbr.html +++ b/themes/default/layouts/shortcodes/abbr.html @@ -3,5 +3,6 @@ {{- $id := delimit (shuffle (seq 0 20)) "" -}} <input hidden type="checkbox" id="abbr-{{ $id }}" /> +{{- /* This comment removes trailing newlines and white spaces. */ -}} <abbr title="{{ $title }}"><label for="abbr-{{ $id }}">{{ $abbr | markdownify }}</label></abbr> {{- /* This comment removes trailing newlines and white spaces. */ -}} |