From 827fab1ef9765c8b90b4815658968ffecf068377 Mon Sep 17 00:00:00 2001 From: Alex Haslam Date: Sat, 31 Jan 2026 20:26:10 +0000 Subject: [PATCH] Add space between items --- layouts/shortcodes/accordion.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/layouts/shortcodes/accordion.html b/layouts/shortcodes/accordion.html index d4ef39e0..14ff2d79 100644 --- a/layouts/shortcodes/accordion.html +++ b/layouts/shortcodes/accordion.html @@ -11,7 +11,13 @@ > {{- .Inner -}} -{{ if not $isSeparated }} +{{ if $isSeparated }} + +{{ else }}