Add galerie per concert
This commit is contained in:
parent
e02137718e
commit
7a81623c3b
18 changed files with 47 additions and 17 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue