Verbeterde weergave sprekers
This commit is contained in:
parent
06e0bf0160
commit
1ec637828e
2 changed files with 17 additions and 5 deletions
13
themes/nluug/layouts/partials/show-speakers-small.html
Normal file
13
themes/nluug/layouts/partials/show-speakers-small.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<div class="grid-team-members-small-photos">
|
||||
{{ range $key,$val := .Scratch.Get "related_speakers" }}
|
||||
{{ with (index $.Site.Data.personen .) }}
|
||||
<div>
|
||||
{{ if .thumbnail }}
|
||||
{{ $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) }}
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue