G
Ryan's Git Repos
rschanzorg-public
files
log
graph
refs
Ref
main
themes/hugo-coder/layouts/partials/taxonomy/authors.html
main
· 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
>