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