diff --git a/themes/nluug/layouts/team/single.html b/themes/nluug/layouts/team/single.html
index f65df29..44e0903 100644
--- a/themes/nluug/layouts/team/single.html
+++ b/themes/nluug/layouts/team/single.html
@@ -58,6 +58,8 @@
{{ $image := replace .thumbnail "200x200" "150x150" }}
{{ $alttext := printf "Foto van %s" .name }}
{{ partial "show-image.html" (dict "context" . "image" $image "alt" $alttext "figcaption" .name "link" .profile_page) }}
+ {{ else }}
+ {{ .name }}
{{ end }}
{{ end }}