mirror of https://github.com/luizdepra/hugo-coder.git

Carmine Carlo
17.08.2022 750ff9a602bb785f1356e87cc8e81f55618e55c7
1
2
3
4
5
6
7
8
9
<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>