mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-23 10:00:52 +02:00
Fix error in showcase.html
This commit is contained in:
parent
5660081624
commit
83ca40045b
1 changed files with 0 additions and 2 deletions
|
@ -27,8 +27,6 @@
|
|||
{{ if and ($widget.Params.design.flip_alt_rows | default true) (not (modBool $index 2)) }}
|
||||
{{ $order = "order-md-2" }}
|
||||
{{ end }}
|
||||
{{ else if and ($widget.design.flip_alt_rows | default true) (not (modBool $index 2)) }}
|
||||
{{ $order = "order-md-2" }}
|
||||
{{ end }}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue