From b2151271868f9b57c930269562bc02884be3cb34 Mon Sep 17 00:00:00 2001 From: Reorx Date: Fri, 27 May 2022 01:24:34 +0800 Subject: [PATCH] add figure-img shortcode --- layouts/shortcodes/figure-img.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 layouts/shortcodes/figure-img.html diff --git a/layouts/shortcodes/figure-img.html b/layouts/shortcodes/figure-img.html new file mode 100644 index 0000000..49057c8 --- /dev/null +++ b/layouts/shortcodes/figure-img.html @@ -0,0 +1,5 @@ +
+ {{ .Inner | markdownify }} + +

{{ .Get 0 | markdownify }}

+