diff --git a/themes/nluug/layouts/person/single.html b/themes/nluug/layouts/person/single.html
index 14e1989..5dc6e8d 100644
--- a/themes/nluug/layouts/person/single.html
+++ b/themes/nluug/layouts/person/single.html
@@ -1,9 +1,9 @@
{{ define "main" }}
+ {{ $icon_size := 20 }}
+ {{ $text := .Content }}
{{ with (index .Site.Data.personen (substr $.File.LogicalName 0 -4)) }}
{{ if .thumbnail }}{{ end }}
-
- {{ .Content }}
-
+ {{ $text }}