{{- /* Collection Navigation */ -}} {{- $params := .Scratch.Get "params" -}} {{- if .Params.collections | and $params.collectionNavigation -}} {{- $collectionTerms := .GetTerms "collections" -}} {{- range $collectionTerms -}} {{- $termLink := printf `%v %v・%v` (partial "function/escapeurl.html" .RelPermalink) (dict "Class" "fa-solid fa-layer-group fa-fw" | partial "plugin/icon.html") (T "collection") .LinkTitle -}}
{{ dict "Collections" $termLink | T "single.includedIn.collections" | safeHTML }} {{ .Pages.Len }}
{{- with .Pages.Prev $ -}} {{- end -}} {{- with .Pages.Next $ -}} {{- end -}}
{{- end -}} {{- end -}}