Files
bobatheme/layouts/shortcodes/abbr.html
T

6 lines
153 B
HTML

{{ if .IsNamedParams }}
<abbr title="{{ .Get "title" }}">{{ .Inner }}</abbr>
{{ else }}
<abbr title="{{ .Get 0 }}">{{ .Inner }}</abbr>
{{ end }}