From bcccdfef22ed142dedb82b4bf9047cc525c060a4 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Thu, 8 Jun 2023 19:49:05 +0200 Subject: [PATCH] Teams/commissies sorteren --- themes/nluug/layouts/person/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/nluug/layouts/person/single.html b/themes/nluug/layouts/person/single.html index 620aac8..456df4e 100644 --- a/themes/nluug/layouts/person/single.html +++ b/themes/nluug/layouts/person/single.html @@ -8,7 +8,7 @@ {{ if .thumbnail }}Foto van {{ .name }}{{ end }} {{ $text }} - {{ range where $.Site.RegularPages "Section" "organisatie" }} + {{ range where $.Site.RegularPages.ByTitle "Section" "organisatie" }} {{ if .Params.team_members }} {{ if in .Params.team_members $personid }} {{ $.Scratch.Add "committee_member" . }}