1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-06-11 09:37:28 -05:00
Files
bobatheme/layouts/shortcodes/abbr.html

6 lines
153 B
HTML

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