aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/shortcodes/kbd.html
blob: 63af97533456abe102872da63f65b3f3c4b3fd60 (plain)
1
2
3
4
{{- $key := default "Ctrl" (.Get "key" | default (.Get 0)) -}}

<kbd title="{{ $key }}">{{ $key | markdownify }}</kbd> 
{{- /* This comment removes trailing newlines and white spaces. */ -}}