diff options
author | tdro <tdro@noreply.example.com> | 2022-08-19 02:27:10 -0400 |
---|---|---|
committer | tdro <tdro@noreply.example.com> | 2022-08-19 02:27:10 -0400 |
commit | d4c6aa99b7352100af2c9340aa0e26818e535320 (patch) | |
tree | a48b3aae0182bed61c8a7122d71364f0dcb2c534 /themes | |
parent | 7ef21415880c79991c4881f6cdbcc1cdbe26ce39 (diff) | |
download | canory-d4c6aa99b7352100af2c9340aa0e26818e535320.tar.gz canory-d4c6aa99b7352100af2c9340aa0e26818e535320.tar.bz2 canory-d4c6aa99b7352100af2c9340aa0e26818e535320.zip |
themes/default/layouts/shortcodes/abbr: Remove prefixed white space
Diffstat (limited to 'themes')
-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. */ -}} |