diff --git a/layouts/partials/paige/figure.html b/layouts/partials/paige/figure.html
index eca2277f..573281dd 100644
--- a/layouts/partials/paige/figure.html
+++ b/layouts/partials/paige/figure.html
@@ -11,7 +11,7 @@
{{ $table := false }}
-{{ if or $compact $float }}
+{{ if and $caption (or $compact $float) }}
{{ $table = true }}
{{ end }}