Skip to content

Commit 46c10b9

Browse files
committed
Updated team pages
1 parent c90ab86 commit 46c10b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pages/about/team.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: people
44
title: US CMS S&C Team
55
---
66

7-
{% include org_chart.html %}
7+
{% include new_org_chart.html %}
88

99
{% include wbs_list.html %}
1010
{% assign areas = wbs_list | hash_fetch: site.data.orgs | sort_natural: "wbs_no" %}

pages/about/team_alphabetical.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: people
44
title: Institute Team
55
---
66

7-
{% include org_chart.html %}
7+
{% include new_org_chart.html %}
88

99
{% include institution_list.html %}
1010
{% assign members = site.data.people | values

pages/about/team_by_institution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: people
44
title: US CMS S&C Team
55
---
66

7-
{% include org_chart.html %}
7+
{% include new_org_chart.html %}
88

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

0 commit comments

Comments
 (0)