Skip to content

Commit ce32b6d

Browse files
committed
fix syntax error in jekyll 3.9
1 parent a748439 commit ce32b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ship/deepsea.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
---
33
[
4-
{% assign ships = site.ship | where_exp: "item", "item.data.id >= 1500 and item.data.name" | sort: "data.id" %}{% for ship in ships %}{{ ship.data | jsonify }}{% unless forloop.last %},
4+
{% assign ships = site.ship | where_exp: "item", "item.data.id >= 1500" | where_exp: "item", "item.data.name" | sort: "data.id" %}{% for ship in ships %}{{ ship.data | jsonify }}{% unless forloop.last %},
55
{% endunless %}{% endfor %}
66
]

0 commit comments

Comments
 (0)