themes/hugo-coder/layouts/partials/taxonomy/authors.html

0089bb3ea91494f3c0351c83d6049297fe088afd · 306 B · 9 lines raw

1 <div class="authors">
2 <i class="fa fa-user" aria-hidden="true"></i>
3 {{- range $index, $el := . -}}
4 {{- if gt $index 0 }}
5 <span class="separator">•</span>
6 {{- end }}
7 <a href="{{ ( printf "authors/%s/" ( . | urlize ) ) | relLangURL }}">{{ . }}</a>
8 {{- end -}}
9 </div>