|
@ -2,6 +2,6 @@ |
|
|
<span class="separator"> |
|
|
<span class="separator"> |
|
|
{{- range $index, $el := . -}} |
|
|
{{- range $index, $el := . -}} |
|
|
{{ $thumbnail := slice .Params.thumbnail }} |
|
|
{{ $thumbnail := slice .Params.thumbnail }} |
|
|
<img class="p-photo" src="{{ printf "index $thumbnail 0" ( . | urlize ) | relLangURL }}" /> |
|
|
|
|
|
|
|
|
<img class="p-photo" src="{{ index $thumbnail 0 ( . | urlize ) | relLangURL }}" /> |
|
|
{{- end -}} |
|
|
{{- end -}} |
|
|
</span> |
|
|
</span> |