1
Fork 0

Remove word view from thumbnail

This commit is contained in:
Jake Howard 2017-07-09 19:01:31 +01:00
parent 31fcba26aa
commit e1322a657e
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -10,7 +10,7 @@
<div id="light-gallery" class="row">
{{ range $index, $element := $photoset_orig.photo }}
{{ $thumb := (index $photoset_thumb.photo $index).url_sq }}
<a href="{{ $element.url_o }}" title="View {{ $element.title }}" class="col-2">
<a href="{{ $element.url_o }}" title="{{ $element.title }}" class="col-2">
<img src="{{ $thumb }}" alt="{{ $element.title }}"/>
</a>
{{ end }}