+ {{ range $key,$val := .Scratch.Get "active_members" }}
+ {{ with (index $.Site.Data.personen .) }}
+
+ {{ if .thumbnail }}
+
+ {{ if .profile_page }}
+
+ {{ else }}
+
+ {{ end }}
+
+ {{ .name }}
+
+
+ {{ end }}
+
+ {{ end }}
+ {{ end }}
+
diff --git a/themes/nluug/layouts/person/single.html b/themes/nluug/layouts/person/single.html
index ded8d65..14e1989 100644
--- a/themes/nluug/layouts/person/single.html
+++ b/themes/nluug/layouts/person/single.html
@@ -14,6 +14,11 @@
{{ end }}