Skip to content

Commit 72aa0fb

Browse files
committed
Fixed sorting by institutional name
1 parent 6711c32 commit 72aa0fb

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pages/about/team_by_institution.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
permalink: /about/team.html
2+
permalink: /about/team_by_institution.html
33
layout: people
44
title: US CMS S&C Team
55
---
66

77
{% include image_caption.html url="../assets/images/210113 - Org Chart.png" alt="US CMS S&C Org Chart" description="" %}
88

99
{% include institution_list.html %}
10-
{% assign univs = institution_list | hash_fetch: site.data.institutions %}
10+
{% assign univs = institution_list | hash_fetch: site.data.institutions | sort_natural: "name" %}
1111

1212
<h1>Full Team</h1><br>
1313

@@ -18,13 +18,10 @@ title: US CMS S&C Team
1818
| where_exp:"item", "item.active and item.hidden != true"
1919
| last_name_sort: "name" %}
2020

21+
2122
{% for person in members %}
2223
{% include standard_person_card.md person=person %}
2324
{% endfor %}
2425
{% endfor %}
2526
</div>
2627
</div>
27-
28-
29-
30-

0 commit comments

Comments
 (0)