Files
homepage/themes/hugo-coder/layouts/partials/taxonomy/authors.html
Hendrik Hogertz 63ba272b75 first commit
2022-01-15 00:56:38 +01:00

10 lines
291 B
HTML

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