From 8122d5eb1ae06319cfc007454cd1ad46658aef1c Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Fri, 14 Oct 2022 12:34:40 +0200 Subject: [PATCH] Detail block handling --- layouts/shortcodes/end-details.html | 1 + layouts/shortcodes/start-details.html | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 layouts/shortcodes/end-details.html create mode 100644 layouts/shortcodes/start-details.html diff --git a/layouts/shortcodes/end-details.html b/layouts/shortcodes/end-details.html new file mode 100644 index 0000000..c833071 --- /dev/null +++ b/layouts/shortcodes/end-details.html @@ -0,0 +1 @@ + diff --git a/layouts/shortcodes/start-details.html b/layouts/shortcodes/start-details.html new file mode 100644 index 0000000..73de439 --- /dev/null +++ b/layouts/shortcodes/start-details.html @@ -0,0 +1,4 @@ +
+ + {{ .Get "summary" }} +