We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7470918 commit c3bec02Copy full SHA for c3bec02
_layouts/focus-area.html
@@ -16,7 +16,7 @@
16
{% assign page_focus_area = page.name | basename %}
17
{% assign sorted = site.pages | where: "pagetype", "project" | where_exp: "item", "item.focus-area contains page_focus_area" | smart_title_sort %}
18
19
-{% assign fa_team = sorted | map: "team" | flat_map | uniq | sort | hash_fetch: site.data.people | compact %}
+{% assign fa_team = site.data.people | where_exp: "item", "item.focus-area contains page_focus_area" %}
20
21
{% if fa_team.size > 0 %}
22
<div class="container-fluid">
0 commit comments