From cc4fde6912ee2c416873f8b15c75b2856d2fdb7e Mon Sep 17 00:00:00 2001 From: root Date: Sat, 14 Mar 2026 14:38:27 +0000 Subject: Update 2026 --- layouts/shortcodes/img.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 layouts/shortcodes/img.html (limited to 'layouts') diff --git a/layouts/shortcodes/img.html b/layouts/shortcodes/img.html new file mode 100644 index 0000000..58a6765 --- /dev/null +++ b/layouts/shortcodes/img.html @@ -0,0 +1,15 @@ +
+
+ {{ .Get +
+ + {{ with .Get "title" }} +
+ {{ . }} +
+ {{ end }} +
-- cgit v1.2.3