From 4d7ee5a0237665126e10990af8e49b8dcd19a717cdf2dcaa725bbc7c53e34879 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Fri, 3 Nov 2023 00:00:00 +0000 Subject: Make layout spacing consistent --- layouts/_default/single.gmi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/single.gmi b/layouts/_default/single.gmi index b566ff3..93c1439 100644 --- a/layouts/_default/single.gmi +++ b/layouts/_default/single.gmi @@ -25,8 +25,8 @@ {{ range $chunks -}} {{ $above_pre := index . 1 -}} - {{ $pre := index . 2 -}} - {{ $below_pre := index . 3 -}} + {{ $pre := index . 2 -}} + {{ $below_pre := index . 3 -}} {{/* mux regex matches above and below preformatted text for rendering (the matches are mutually exclusive) */ -}} {{ $rendered_text := print $above_pre $below_pre -}} -- cgit v1.2.3