update teams

pull/1/head
Robert Austin 2020-08-26 21:04:15 +10:00
parent f61720590a
commit c5a262b75f
10 changed files with 1 additions and 4 deletions

View File

@ -42,7 +42,7 @@ bodyClass: page-team-list
{% endfor %}
</div>
<div class="row pt-6 pb-6">
{% assign teams = site.team | where_exp: "promoted", "promoted != false" | sort: "weight" %}
{% assign teams = site.team | where: "promoted", empty | sort: "weight" %}
{% for team in teams %}
<div class="col-12 col-md-4 mb-3">
<div class="team team-summary">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 222 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 7.3 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 17 KiB