From ef736304163e0952735a8620a48564c288864a94 Mon Sep 17 00:00:00 2001
From: Alexander Neonxp Kiryukhin <i@neonxp.ru>
Date: Sun, 22 Dec 2024 02:13:20 +0300
Subject: Auto-commit 2024-12-22

---
 layouts/shortcodes/abbr.html | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 layouts/shortcodes/abbr.html

(limited to 'layouts/shortcodes')

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
-- 
cgit v1.2.3