diff --git a/themes/nluug/layouts/person/single.html b/themes/nluug/layouts/person/single.html
index 3a05756..ded8d65 100644
--- a/themes/nluug/layouts/person/single.html
+++ b/themes/nluug/layouts/person/single.html
@@ -7,7 +7,11 @@
Contact
{{ if .email }}- E-mail: {{ .email }}
{{ end }}
- {{ if .website }}- {{ .website.name }}
{{ end }}
+ {{ if .websites }}
+ {{ range .websites }}
+ - {{ .name }}
+ {{ end }}
+ {{ end }}
Social media
{{ if .social.mastodon }}{{ .social.mastodon }}{{ end }}