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

10 lines
261 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="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
{{- end -}}
</div>