1
0
mirror of https://git.earne.link/earnestma/dracublog synced 2025-04-05 19:39:04 +02:00
dracublog/layouts/partials/taxonomy-authors.html
2021-02-05 11:38:17 -05:00

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 -}}