pages/layouts/shortcodes/abbr.html

4 lines
86 B
HTML
Raw Normal View History

2025-01-08 00:28:37 -05:00
<abbr {{ with .Get 0 }}title="{{ . }}"{{ end }}>
{{ .Inner | markdownify }}
</abbr>