You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
267 B
9 lines
267 B
<div class="authors">
|
|
<i class="fa-solid fa-user" aria-hidden="true"></i>
|
|
{{- range $index, $el := . -}}
|
|
{{- if gt $index 0 }}
|
|
<span class="separator">•</span>
|
|
{{- end }}
|
|
<a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
|
|
{{- end -}}
|
|
</div>
|
|
|