From 78aec78d7c5977ee4367093b1fd6910e6c6b6cb4 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 28 Apr 2026 19:03:38 +0200 Subject: fix: update deprecated .Site.Languages and .Site.Data APIs to site.Languages and hugo.Data - Replace .Site.Languages with site.Languages in hamburger-menu.html and header.html - Replace .Site.Data with hugo.Data in repository/single.html and footer.html - Add acronym shortcode for semantic HTML abbr tags with title attributes --- layouts/shortcodes/acronym.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 layouts/shortcodes/acronym.html (limited to 'layouts/shortcodes/acronym.html') 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 @@ +{{ .Inner }} -- cgit v1.2.3