Fix figure table logic

master
Will Faught 3 years ago
parent fd41269809
commit 0895f66fed

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

Loading…
Cancel
Save