From 05f1198dfbe8d4c1d5e0c8f12629c4f99a307df3 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Wed, 24 Jul 2024 22:36:18 +0200 Subject: [PATCH] Add: figure caption shortcode --- layouts/shortcodes/figcaption.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 layouts/shortcodes/figcaption.html diff --git a/layouts/shortcodes/figcaption.html b/layouts/shortcodes/figcaption.html new file mode 100644 index 0000000..28ba000 --- /dev/null +++ b/layouts/shortcodes/figcaption.html @@ -0,0 +1,3 @@ +
+ {{ .Inner | markdownify }} +
\ No newline at end of file