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" . }}