diff --git a/themes/nluug/layouts/person/single.html b/themes/nluug/layouts/person/single.html index 123cab1..cb3f887 100644 --- a/themes/nluug/layouts/person/single.html +++ b/themes/nluug/layouts/person/single.html @@ -1,6 +1,6 @@ {{ define "main" }} {{ $text := .Content }} - {{ with (index .Site.Data.personen (substr $.File.LogicalName 0 -4)) }} + {{ with (index .Site.Data.personen (substr $.File.LogicalName 0 -3)) }} {{ if .thumbnail }}Foto van {{ .name }}{{ end }} {{ $text }}

Contact