We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a748439 commit ce32b6dCopy full SHA for ce32b6d
ship/deepsea.json
@@ -1,6 +1,6 @@
1
---
2
3
[
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 %},
+ {% 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 %},
5
{% endunless %}{% endfor %}
6
]
0 commit comments