mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-08-10 17:31:35 -05:00
9 lines
320 B
HTML
9 lines
320 B
HTML
{{ with (.GetTerms "series") }}
|
|
<div class="page-metadata-section series" aria-label="{{ i18n "aria_post_meta_series" }}">
|
|
{{ partial "icon.html" "files" }}
|
|
{{ range . }}
|
|
<a href="{{ .Permalink }}" data-pagefind-filter="series">{{ .LinkTitle }}</a>
|
|
{{ end }}
|
|
</div>
|
|
{{ end }}
|