Add galerie per concert

This commit is contained in:
dolphinau 2026-01-07 22:12:02 +01:00
parent e02137718e
commit 7a81623c3b
18 changed files with 47 additions and 17 deletions

View file

@ -2,15 +2,16 @@
{{ range .TBody }}
{{ $name := ((index . 0).Text | safeHTML ) }}
{{ $link := ((index . 1).Text | safeURL ) }}
<div class="galerie-entry">
{{ if ne $link "" }}
<a href="{{ $link }}"
><img
<a href="{{ $link }}">
<div class="galerie-entry">
{{ if ne $link "" }}
<img
class="galerie-image"
src="{{ $link }}"
alt="{{ $name }}"
/></a>
{{ end }}
</div>
/>
{{ end }}
</div>
</a>
{{ end }}
</div>