pages/layouts/shortcodes/abbr.html

3 lines
86 B
HTML

<abbr {{ with .Get 0 }}title="{{ . }}"{{ end }}>
{{ .Inner | markdownify }}
</abbr>