aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/single.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.gmi')
-rw-r--r--layouts/_default/single.gmi4
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 -}}