From 65126f17512b9896e916736731bb18abafd83769 Mon Sep 17 00:00:00 2001 From: Mohammad Faani Date: Wed, 13 Sep 2023 15:58:02 -0400 Subject: [PATCH] added collapsing shortcode --- layouts/shortcodes/details.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 layouts/shortcodes/details.html diff --git a/layouts/shortcodes/details.html b/layouts/shortcodes/details.html new file mode 100644 index 0000000..dbfda98 --- /dev/null +++ b/layouts/shortcodes/details.html @@ -0,0 +1,4 @@ +
+ {{ (.Get 0) | markdownify }} + {{ .Inner | markdownify }} +
\ No newline at end of file