Fix error in showcase.html

This commit is contained in:
Yuxin Wu 2024-07-19 16:42:43 -07:00 committed by GitHub
commit 83ca40045b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,8 +27,6 @@
{{ if and ($widget.Params.design.flip_alt_rows | default true) (not (modBool $index 2)) }} {{ if and ($widget.Params.design.flip_alt_rows | default true) (not (modBool $index 2)) }}
{{ $order = "order-md-2" }} {{ $order = "order-md-2" }}
{{ end }} {{ end }}
{{ else if and ($widget.design.flip_alt_rows | default true) (not (modBool $index 2)) }}
{{ $order = "order-md-2" }}
{{ end }} {{ end }}