Foto van Buro tonen
This commit is contained in:
parent
d6185cd47f
commit
60a93198ef
9
themes/nluug/layouts/lidmaatschap/single.html
Normal file
9
themes/nluug/layouts/lidmaatschap/single.html
Normal 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 }}
|
Reference in a new issue