aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2024-03-16 15:22:06 -0400
committertdro <tdro@noreply.example.com>2024-03-16 15:22:06 -0400
commitd1ef2e9cda26ec517b59e7e410f223b043029127 (patch)
tree675e3f2b268e21a3a62149b3ef57eccc6829eb7f /themes/default/layouts
parent16a4dc43137edf413849eec4b10dbbcfaa66b2a7 (diff)
downloadcanory-d1ef2e9cda26ec517b59e7e410f223b043029127.tar.gz
canory-d1ef2e9cda26ec517b59e7e410f223b043029127.tar.bz2
canory-d1ef2e9cda26ec517b59e7e410f223b043029127.zip
themes/default/layouts/shortcodes/kbd: Remove trailing
Diffstat (limited to 'themes/default/layouts')
-rw-r--r--themes/default/layouts/shortcodes/kbd.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/layouts/shortcodes/kbd.html b/themes/default/layouts/shortcodes/kbd.html
index b24fd9d..63af975 100644
--- a/themes/default/layouts/shortcodes/kbd.html
+++ b/themes/default/layouts/shortcodes/kbd.html
@@ -1,3 +1,4 @@
{{- $key := default "Ctrl" (.Get "key" | default (.Get 0)) -}}
<kbd title="{{ $key }}">{{ $key | markdownify }}</kbd>
+{{- /* This comment removes trailing newlines and white spaces. */ -}}