Create Vorstand page using static person data

This commit is contained in:
2023-01-20 15:14:39 +01:00
parent 00cbf57cfe
commit e0946e6c59
50 changed files with 206 additions and 60 deletions

View File

@@ -1,8 +1,8 @@
<div class="person">
<div class="image">
{{- $person := . -}}
{{- with .Get "img" -}}
<img src="{{ . }}" {{ with $person.Get "name" }}alt="Bild {{ . }}"{{ end }}>
{{- $param := . -}}
{{- with .image -}}
<img src="{{ .RelPermalink }}" {{ with $param.name }}alt="Bild {{ . }}"{{ end }}>
{{- end -}}
</div>