From 933206fedd4f621fedc6ed7d0202468af4be4fec Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Wed, 24 Sep 2025 23:34:56 +0200 Subject: [PATCH] Card shortcode, keep indentation for better column handling --- layouts/_shortcodes/card.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_shortcodes/card.html b/layouts/_shortcodes/card.html index 086fb97..a6e4052 100644 --- a/layouts/_shortcodes/card.html +++ b/layouts/_shortcodes/card.html @@ -16,7 +16,7 @@ {{- end }}
- {{ with .InnerDeindent }}{{ . }}{{ end }} + {{ with .Inner }}{{ . }}{{ end }}
{{- end -}} {{- /* remove whitespace */ -}}