dracublog/layouts/partials/taxonomy-authors.html

8 lines
193 B
HTML
Raw Normal View History

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