Browse Source

trying to get photo feed working again

master
jk 5 years ago
parent
commit
a110b5fe27
  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 ) ) | absLangURL }}" />
<img class="p-photo" src="{{ ( printf "%s" ) | absLangURL }}" />
{{- end -}}
</span>