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

e189773521ae73939cd54baa2bc5e5680b2a7ffd · 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>