Browse Source

trying to get photo feed working again

master
jk 4 years ago
parent
commit
418685cb6b
  1. 2
      themes/anatole/layouts/partials/taxonomy/photo.html

2
themes/anatole/layouts/partials/taxonomy/photo.html

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