Browse Source

adding photos to section pages

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