diff options
| author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-11-03 00:00:00 +0000 | 
|---|---|---|
| committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-11-03 00:00:00 +0000 | 
| commit | 4d7ee5a0237665126e10990af8e49b8dcd19a717cdf2dcaa725bbc7c53e34879 (patch) | |
| tree | 54d88d37bae48c04914ec7fbb8248bda3772f74646b56f56730acef9e7b17201 | |
| parent | ac7486160b8a322abfa14fbe97cae4a6a1b7be81a7c9f80dfe3d7e43d2e8b429 (diff) | |
| download | hugo-theme-journal-4d7ee5a0237665126e10990af8e49b8dcd19a717cdf2dcaa725bbc7c53e34879.tar.gz hugo-theme-journal-4d7ee5a0237665126e10990af8e49b8dcd19a717cdf2dcaa725bbc7c53e34879.zip | |
Make layout spacing consistent2023.11.03
| -rw-r--r-- | layouts/_default/single.gmi | 4 | 
1 files 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 -}} | 
