mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-08-10 17:31:35 -05:00
10 lines
327 B
HTML
10 lines
327 B
HTML
{{ with .GetTerms "authors" }}
|
|
<span class="page-metadata-item authors" aria-label="{{ i18n "aria_post_meta_authors" }}">
|
|
{{ partial "icon.html" "user-circle" }}
|
|
|
|
{{ range . }}
|
|
<a href="{{ .Permalink }}" data-pagefind-filter="author">{{ .LinkTitle }}</a>
|
|
{{ end }}
|
|
</span>
|
|
{{ end }}
|