From bc3850f91e91638eb891dff45299f6e8ead842d1 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 4 Jun 2024 01:01:33 -0700 Subject: [PATCH] Fix quote indentation --- layouts/shortcodes/paige/quote.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/layouts/shortcodes/paige/quote.html b/layouts/shortcodes/paige/quote.html index 525fd1c9..1ed65b4c 100644 --- a/layouts/shortcodes/paige/quote.html +++ b/layouts/shortcodes/paige/quote.html @@ -5,10 +5,12 @@ {{ errorf "layouts/shortcodes/paige/quote.html: no content" }} {{ end }} +{{/* The markup below cannot be indented due to nested shortcodes within Markdown. */}} +
-
{{ $content }}
+
{{ $content }}
- {{ with $cite }} - - {{ end }} +{{ with $cite }} + +{{ end }}