Add an <abbr> shortcode
This commit is contained in:
parent
7f470262ec
commit
e93d3e784d
1 changed files with 1 additions and 0 deletions
1
layouts/shortcodes/abbr.html
Normal file
1
layouts/shortcodes/abbr.html
Normal file
|
@ -0,0 +1 @@
|
|||
<abbr {{ with .Get "title" }}title="{{ . }}"{{ end }}>{{ .Inner }}</abbr>
|
Loading…
Add table
Add a link
Reference in a new issue