hugo-page-test/themes/tsc_vfl/layouts/partials/tsc/start-person.html

9 lines
231 B
HTML
Raw Normal View History

2023-01-19 20:05:28 +00:00
<div class="person">
<div class="image">
{{- $param := . -}}
{{- with .image -}}
<img src="{{ .RelPermalink }}" {{ with $param.name }}alt="Bild {{ . }}"{{ end }}>
2023-01-19 20:05:28 +00:00
{{- end -}}
</div>