aboutsummaryrefslogtreecommitdiff
path: root/layouts/shortcodes
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-22 02:13:20 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-22 02:13:20 +0300
commitef736304163e0952735a8620a48564c288864a94 (patch)
tree2155560a188341cf6d242856e397aa20775ca512 /layouts/shortcodes
parent4a53507256bfefd1e8094defd98d6b28316fa965 (diff)
Auto-commit 2024-12-22
Diffstat (limited to 'layouts/shortcodes')
-rw-r--r--layouts/shortcodes/abbr.html1
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