jk.nipponalba.scot website
https://jk.nipponalba.scot
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
287 B
9 lines
287 B
|
|
<span class="separator">
|
|
{{- range $index, $el := . -}}
|
|
{{ $photo := $s }}
|
|
{{ $thumb := replace $photo "-800." "-200."}}
|
|
<a href="{{printf "$photo" ( . | urlize) | relLangURL }}"> <img class="p-photo" src="{{ printf "$thumb" ( . | urlize ) | relLangURL }}" /></a>
|
|
|
|
{{- end -}}
|
|
</span>
|