6
0
Fork 0

Foto van Buro tonen

This commit is contained in:
Michael Boelen 2023-06-29 20:30:13 +02:00
parent d6185cd47f
commit 60a93198ef

View file

@ -0,0 +1,9 @@
{{ define "main" }}
{{ .Content }}
{{ if .Params.related_person }}
{{ $person := .Params.related_person }}
{{ with (index .Site.Data.personen $person) }}
{{ if .thumbnail }}<img src="{{ .thumbnail }}" alt="Foto van {{ .name }}">{{ end }}
{{ end }}
{{ end }}
{{ end }}