diff options
Diffstat (limited to 'layouts/shortcodes/abbr.html')
-rw-r--r-- | layouts/shortcodes/abbr.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/shortcodes/abbr.html b/layouts/shortcodes/abbr.html new file mode 100644 index 0000000..7ccfcd3 --- /dev/null +++ b/layouts/shortcodes/abbr.html @@ -0,0 +1 @@ +<abbr title="{{ .Get "title" }}">{{ .Get "text" }}</abbr>
\ No newline at end of file |