From 702743222fbc9b0417d7ee6663986a19f4c09bb9 Mon Sep 17 00:00:00 2001 From: Brandon Date: Sat, 26 Oct 2024 20:14:35 -0400 Subject: replace deprecated columns shortcode with current one --- layouts/shortcodes/columns.html | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) (limited to 'layouts/shortcodes/columns.html') diff --git a/layouts/shortcodes/columns.html b/layouts/shortcodes/columns.html index 536e87e..97e2eaa 100644 --- a/layouts/shortcodes/columns.html +++ b/layouts/shortcodes/columns.html @@ -1,7 +1,23 @@ -
-{{ range split .Inner "<--->" }} -{{ printf "
" | htmlUnescape | safeHTML }} -{{ . | safeHTML }} -{{ printf "
" | htmlUnescape | safeHTML }} -{{ end }} + + +
+ {{ .Inner | safeHTML }}
+ -- cgit v1.2.3