Browse Source

adding photos to section pages

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