aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-07 05:15:15 -0400
committertdro <tdro@noreply.example.com>2022-05-07 05:15:15 -0400
commitbec8e6762e4f38c7e6d4dec787870a1a6cb9048a (patch)
treee95a5cee268257d0228164f937a95dcc6c4b055f /themes
parente9a9c8b2bdcd39dc7b623c0412c91e18c2d01b0a (diff)
downloadcanory-bec8e6762e4f38c7e6d4dec787870a1a6cb9048a.tar.gz
canory-bec8e6762e4f38c7e6d4dec787870a1a6cb9048a.tar.bz2
canory-bec8e6762e4f38c7e6d4dec787870a1a6cb9048a.zip
themes/default/layouts/shortcodes/abbr: Remove white space
Diffstat (limited to 'themes')
-rw-r--r--themes/default/layouts/shortcodes/abbr.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/layouts/shortcodes/abbr.html b/themes/default/layouts/shortcodes/abbr.html
index d661bd5..e40df57 100644
--- a/themes/default/layouts/shortcodes/abbr.html
+++ b/themes/default/layouts/shortcodes/abbr.html
@@ -2,3 +2,4 @@
{{- $title := default "Too long, didn't read" (.Get "title" | default (.Get 1)) -}}
<abbr title="{{ $title }}">{{ $abbr | markdownify }}</abbr>
+{{- /* This comment removes trailing newlines and white spaces. */ -}}