Fix figure table logic

This commit is contained in:
Will Faught
2023-01-15 23:43:05 -08:00
parent fd41269809
commit 0895f66fed

View File

@@ -11,7 +11,7 @@
{{ $table := false }}
{{ if or $compact $float }}
{{ if and $caption (or $compact $float) }}
{{ $table = true }}
{{ end }}