The abbr shortcode takes a single positional argument to use a the title attribute

This commit is contained in:
Eryn Wells 2024-10-20 09:13:54 -07:00
parent 7274f9ce74
commit f55b445c1f

View file

@ -1 +1 @@
<abbr {{ with .Get "title" }}title="{{ . }}"{{ end }}>{{ .Inner }}</abbr>
<abbr title="{{ .Get 0 }}">{{ .Inner }}</abbr>