From beb3538b483cdd31aefdfd426881bef809cdc7dc Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 5 Feb 2023 21:00:40 -0800 Subject: [PATCH] Format template --- layouts/partials/paige/figure.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/layouts/partials/paige/figure.html b/layouts/partials/paige/figure.html index 6b7fd748..44eeda5b 100644 --- a/layouts/partials/paige/figure.html +++ b/layouts/partials/paige/figure.html @@ -70,16 +70,21 @@ {{ if or $heightish $widthish (and (not $float) $style) }}
{{ end }} + {{ if $table }}
{{ end }} +
{{ $content }}
+ {{ if $showcaption }}
{{ $caption }}
{{ end }} + {{ if $table }}
{{ end }} + {{ if or $heightish $widthish (and (not $float) $style) }}
{{ end }}