Browse Source

trying to get photo feed working again

master
jk 4 years ago
parent
commit
1c8902608a
  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 := . -}}
<a class="u-url" href="{{ .Params.Photo ( . | urlize ) | relLangURL }}"><img class="u-photo" src="{{ .Params.thumbnail ( . | urlize ) | relLangURL }}" /></a>
<a class="u-url" href="{{ .Photo ( . | urlize ) | relLangURL }}"><img class="u-photo" src="{{ .thumbnail ( . | urlize ) | relLangURL }}" /></a>
{{- end -}}
</span>