The abbr shortcode takes a single positional argument to use a the title attribute
This commit is contained in:
parent
7274f9ce74
commit
f55b445c1f
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
<abbr {{ with .Get "title" }}title="{{ . }}"{{ end }}>{{ .Inner }}</abbr>
|
||||
<abbr title="{{ .Get 0 }}">{{ .Inner }}</abbr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue