diff --git a/layouts/research/list.html b/layouts/research/list.html index b92825891..8d7410e0b 100644 --- a/layouts/research/list.html +++ b/layouts/research/list.html @@ -12,7 +12,7 @@

Research Groups

{{ range where (where .Site.Pages "Type" "groups") ".Kind" "==" "taxonomy"}} - {{ range sort ((where .Pages ".Params.archived" "!=" true)) ".Title" "asc"}} + {{ range sort ((where .Pages ".Params.archived" "!=" false)) ".Title" "asc"}} {{ partial "research-taxonomy-card-half" .}} {{ end }} {{ end }} @@ -28,7 +28,7 @@

Research Areas

{{ range where (where .Site.Pages "Type" "areas") ".Kind" "==" "taxonomy"}} - {{ range sort ((where .Pages ".Params.archived" "!=" true)) ".Title" "asc"}} + {{ range sort ((where .Pages ".Params.archived" "!=" false)) ".Title" "asc"}} {{ partial "research-taxonomy-card-half" .}} {{ end }} {{ end }}