|
@@ -53,7 +53,7 @@
|
|
{{ with $resource }}
|
|
{{ with $resource }}
|
|
{{ $image := .Resize "540x" }}
|
|
{{ $image := .Resize "540x" }}
|
|
{{if $do_link}}<a href="{{ $link }}" {{ $target | safeHTMLAttr }}>{{end}}
|
|
{{if $do_link}}<a href="{{ $link }}" {{ $target | safeHTMLAttr }}>{{end}}
|
|
- <img src="{{ $image.RelPermalink }}" alt="">
|
|
|
|
|
|
+ <img src="{{ $image.RelPermalink }}" alt="{{ $item.Title }}">
|
|
{{if $do_link}}</a>{{end}}
|
|
{{if $do_link}}</a>{{end}}
|
|
{{end}}
|
|
{{end}}
|
|
</div>
|
|
</div>
|