From f694597cfa0c864a32667eb39caa1a2266d224e2 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Mon, 16 Jan 2023 18:52:43 -0800 Subject: [PATCH] Fix indentation --- layouts/partials/paige/figure.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/layouts/partials/paige/figure.html b/layouts/partials/paige/figure.html index bea98cc2..0b212049 100644 --- a/layouts/partials/paige/figure.html +++ b/layouts/partials/paige/figure.html @@ -73,16 +73,16 @@ {{ if and (not $float) $style }}
{{ end }} - {{ if $table }} -
- {{ end }} -
{{ $content }}
- {{ with $caption }} -
{{ . }}
- {{ end }} - {{ if $table }} -
- {{ end }} + {{ if $table }} +
+ {{ end }} +
{{ $content }}
+ {{ with $caption }} +
{{ . }}
+ {{ end }} + {{ if $table }} +
+ {{ end }} {{ if and (not $float) $style }}
{{ end }}