Browse Source

trying to get photo feed working again

master
jk 5 years ago
parent
commit
755721fb6e
  1. 2
      themes/anatole/layouts/partials/taxonomy/photo.html

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

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