diff options
Diffstat (limited to 'layouts/shortcodes/acronym.html')
| -rw-r--r-- | layouts/shortcodes/acronym.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/shortcodes/acronym.html b/layouts/shortcodes/acronym.html new file mode 100644 index 0000000..0813f2e --- /dev/null +++ b/layouts/shortcodes/acronym.html @@ -0,0 +1 @@ +<abbr title="{{ .Get "title" }}">{{ .Inner }}</abbr> |
