dracublog/layouts/partials/taxonomy-authors.html

8 lines
193 B
HTML

by
{{- range $index, $el := . -}}
{{- if gt $index 0 }}
<span class="separator">,</span>
{{- end }}
<a href="{{ ( printf "authors/%s/" ( . | urlize ) ) | relLangURL }}">{{ . }}</a>
{{- end -}}