diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-22 02:13:20 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-22 02:13:20 +0300 |
commit | ef736304163e0952735a8620a48564c288864a94 (patch) | |
tree | 2155560a188341cf6d242856e397aa20775ca512 /layouts/shortcodes | |
parent | 4a53507256bfefd1e8094defd98d6b28316fa965 (diff) |
Auto-commit 2024-12-22
Diffstat (limited to 'layouts/shortcodes')
-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 |