8 lines
193 B
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 -}}
|