Browse Source

adding photos to section pages

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

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

@ -1,6 +1,6 @@
<span class="separator"> <span class="separator">
{{- range $index, $el := . -}} {{- range $index, $el := . -}}
<img class="u-photo" src="{{ ( printf "%s" ) }}" />
<img class="u-photo" src="{{ ( urls.Parse "%s" ) }}" />
{{- end -}} {{- end -}}
</span> </span>