From b3588987080d7998ca18467b9d9fb10be06dfe15 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 15 May 2022 16:17:22 +0200 Subject: Add img shortcode --- layouts/shortcodes/img.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 layouts/shortcodes/img.html (limited to 'layouts/shortcodes/img.html') diff --git a/layouts/shortcodes/img.html b/layouts/shortcodes/img.html new file mode 100644 index 0000000..3d2b03f --- /dev/null +++ b/layouts/shortcodes/img.html @@ -0,0 +1 @@ +{{.}} -- cgit v1.2.3