Browse Source

adding photos to section pages

master
jk 4 years ago
parent
commit
c76bf238f7
  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="u-photo" src="{{ ( printf "%s" ( . | urlize ) ) }}" />
<img class="u-photo" src="{{ ( printf "%s" ) }}" />
{{- end -}}
</span>